RFR: 8326716: JVMTI spec: clarify what nullptr means for C/C++ developers [v5]
Quan Anh Mai
qamai at openjdk.org
Thu Jun 6 03:43:44 UTC 2024
On Wed, 5 Jun 2024 23:43:20 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
>> How about undoing the changes in this subsection and then just add the following as a preceding subsection:
>>
>> **Null Pointers**
>>
>> Parts of this specification refer to a "null pointer" as a possible function parameter or return value. A "null pointer" is C `NULL` or C++ `nullptr`.
>
> Good suggestion, thanks! Updated now.
A "null pointer" is well-defined in the language itself so I don't think there is any need to clarify it here.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19257#discussion_r1628735822
More information about the serviceability-dev
mailing list