On Thu, 16 May 2024 02:37:40 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)

This pull request has now been integrated.

Changeset: 30894126
Author:    Serguei Spitsyn <sspit...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/30894126a4ba8bc41c333c923ff3007503257688
Stats:     87 lines in 4 files changed: 5 ins; 0 del; 82 mod

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

Reviewed-by: kbarrett, cjplummer

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

PR: https://git.openjdk.org/jdk/pull/19257

Reply via email to