RFR: 8326716: JVMTI spec: clarify what nullptr means for C/C++ developers [v3]
Serguei Spitsyn
sspitsyn at openjdk.org
Fri May 31 08:07:36 UTC 2024
On Fri, 31 May 2024 01:41:17 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: replace nullptr with null pointer in the docs
Thanks, David. I've done one more attempt to correct it. Please, let me know if it is wrong.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19257#issuecomment-2141435705
More information about the hotspot-dev
mailing list