RFR: 8326716: JVMTI spec: clarify what nullptr means for C/C++ developers [v2]
Serguei Spitsyn
sspitsyn at openjdk.org
Fri May 31 01:46:03 UTC 2024
On Fri, 17 May 2024 04:34:22 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> But this clarification doesn't actually clarify that the rest of the spec uses nullptr. Based on the proposed wording I would expect things like:
>
> The function may return <code>nullptr</code>
>
> to say
>
> The function may return a null pointer
Okay. I've made a fix to replace in the docs `nullptr` with `null pointer` as you suggested.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19257#issuecomment-2141095067
More information about the serviceability-dev
mailing list