RFR: JDK-8300651: Replace NULL with nullptr in share/runtime/
Robbin Ehn
rehn at openjdk.org
Mon Jan 23 08:45:03 UTC 2023
On Mon, 23 Jan 2023 01:22:20 GMT, David Holmes <dholmes at openjdk.org> wrote:
> Looks good but a few cases where nullptr should be null in comments for consistency with surrounding changes if nothing else.
Yes, good. The terminology used by posix is: "null pointer", so using lower case null I think is good.
-------------
PR: https://git.openjdk.org/jdk/pull/12094
More information about the hotspot-dev
mailing list