RFR: 8299973: Replace NULL with nullptr in share/utilities/ [v2]
Johan Sjölen
jsjolen at openjdk.org
Thu Jan 19 09:02:08 UTC 2023
On Thu, 19 Jan 2023 07:31:51 GMT, Stefan Karlsson <stefank at openjdk.org> wrote:
>> Johan Sjölen has updated the pull request incrementally with one additional commit since the last revision:
>>
>> More manual fixes
>
> src/hotspot/share/utilities/globalDefinitions_xlc.hpp line 85:
>
>> 83: // In this case you need to copy the following defines to a position after #include <dirent.h>
>> 84: #include <dirent.h>
>> 85: #ifdef _LP64
>
> This entire section seems wrong to me. Could you take a closer look at this part?
I thought I reverted all of those! Good catch, fixed.
-------------
PR: https://git.openjdk.org/jdk/pull/12015
More information about the hotspot-dev
mailing list