-
Enhancement
-
Resolution: Fixed
-
P4
-
23
-
b13
The style guide currently says nullptr should be preferred to NULL, and that there are lots of historical uses of NULL. But existing uses of NULL have been eliminated (JDK-8299837 and related) and the style guide should be updated to reflect that. It should now require the use of nullptr and avoidance of NULL.
- relates to
-
JDK-8332189 Enable -Wzero-as-null-pointer-constant
- Open
-
JDK-8327494 Enable gcc -Wzero-as-null-pointer-constant for HotSpot
- Closed
-
JDK-8299837 Replace NULL with nullptr in hotspot code and tests
- Closed