-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b13
There is a use of zero as a null pointer constant in the native_thread.cpp test utility. Changing it to nullptr removes nearly 600 warnings, as this file is used by many tests via inclusion. The adjacent nsk_list.cpp test utility is similar, though it is only included in a couple of places.
- blocks
-
JDK-8332189 Enable -Wzero-as-null-pointer-constant for gcc
-
- Open
-
- links to
-
Commit(master) openjdk/jdk/67dfdfa6
-
Review(master) openjdk/jdk/23797