RFR: 8326716: JVMTI spec: clarify what nullptr means for C/C++ developers [v7]

Serguei Spitsyn sspitsyn at openjdk.org
Thu Jun 6 00:12:51 UTC 2024


On Wed, 5 Jun 2024 23:57:02 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:

>> The following RFE was fixed recently:
>> [8324680](https://bugs.openjdk.org/browse/JDK-8324680): Replace NULL with nullptr in JVMTI generated code
>> 
>> It replaced all the `NULL`'s in the generated spec with`nullptr`. 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)
>
> Serguei Spitsyn has updated the pull request incrementally with one additional commit since the last revision:
> 
>   review: add a sub-section: Null Pointers

Thanks you for review, Kim Chris!
Alan, Kim, David and Chris et all, thanks for the discussion and suggestion!

-------------

PR Comment: https://git.openjdk.org/jdk/pull/19257#issuecomment-2151151302


More information about the serviceability-dev mailing list