RFR: JDK-8300244: Replace NULL with nullptr in share/interpreter/ [v2]
Johan Sjölen
jsjolen at openjdk.org
Fri Jan 20 08:49:52 UTC 2023
On Fri, 20 Jan 2023 05:03:16 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Manual fixes
>
> src/hotspot/share/interpreter/zero/bytecodeInterpreter.cpp line 1368:
>
>> 1366: }
>> 1367:
>> 1368: #define nullptr_COMPARISON_NOT_OP(name) \
>
> These ones don't look right. I think this is the generic "null" forced into uppercase because it is a macro.
Thanks David, nice catch!
-------------
PR: https://git.openjdk.org/jdk/pull/12033
More information about the hotspot-runtime-dev
mailing list