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.
- is blocked by
-
JDK-8324679 Replace NULL with nullptr in HotSpot .ad files
- Resolved
- relates to
-
JDK-8299837 Replace NULL with nullptr in hotspot code and tests
- Closed