RFR: JDK-8324682 Remove redefinition of NULL for XLC compiler [v6]
Matthias Baesken
mbaesken at openjdk.org
Tue Mar 12 13:25:14 UTC 2024
On Fri, 8 Mar 2024 09:07:23 GMT, Suchismith Roy <sroy at openjdk.org> wrote:
>> Remove redefinition of NULL for XLC compiler
>> In globalDefinitions_xlc.hpp there is a redefinition of NULL to work around an issue with one of the AIX headers (<dirent.h>).
>> Once all uses of NULL in HotSpot have been replaced with nullptr, there is no longer any need for this, and it can be removed.
>>
>>
>> JBS ISSUE : [JDK-8324682](https://bugs.openjdk.org/browse/JDK-8324682)
>
> Suchismith Roy has updated the pull request incrementally with one additional commit since the last revision:
>
> update copyright
Marked as reviewed by mbaesken (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/18064#pullrequestreview-1931052163
More information about the hotspot-dev
mailing list