-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b24
The function nsk_null_string test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_tools.hpp prints "<NULL>" when the argument is a null pointer. The comment describing the function includes that literal string. This interferes with searching HotSpot code for uses of NULL, which is forbidden. An exception could be made for this case, but it might be simpler to change the printed string for that case.
- relates to
-
JDK-8343802 Prevent NULL usage backsliding
- Open
- links to
-
Commit(master) openjdk/jdk/b26e4952
-
Review(master) openjdk/jdk/22047