jdk icon indicating copy to clipboard operation
jdk copied to clipboard

8326716: JVMTI spec: clarify what nullptr means for C/C++ developers

Open sspitsyn opened this issue 9 months ago • 6 comments

The following RFE was fixed recently: 8324680: Replace NULL with nullptr in JVMTI generated code

It replaced all the NULL's in the generated spec withnullptr. JVMTI agents can be developed in C or C++. This update is to make it clear that nullptr is C programming language null pointer.

I think we do not need a CSR for this fix.

Testing: N/A (not needed)


Progress

  • [x] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue

Issue

  • JDK-8326716: JVMTI spec: clarify what nullptr means for C/C++ developers (Enhancement - P4)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/19257/head:pull/19257
$ git checkout pull/19257

Update a local copy of the PR:
$ git checkout pull/19257
$ git pull https://git.openjdk.org/jdk.git pull/19257/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 19257

View PR using the GUI difftool:
$ git pr show -t 19257

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/19257.diff

Webrev

Link to Webrev Comment

sspitsyn avatar May 16 '24 02:05 sspitsyn