JDK 23 |
---|
23 b14Fixed |
Blocks :
|
|
Relates :
|
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.
|