Integrated: 8326716: JVMTI spec: clarify what nullptr means for C/C++ developers
Serguei Spitsyn
sspitsyn at openjdk.org
Thu Jun 6 04:24:48 UTC 2024
On Thu, 16 May 2024 02:37:40 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)
This pull request has now been integrated.
Changeset: 30894126
Author: Serguei Spitsyn <sspitsyn at 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
More information about the serviceability-dev
mailing list