On Fri, 31 May 2024 01:41:17 GMT, Serguei Spitsyn <sspit...@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

Reply via email to