Replace uses of NULL with nullptr in the XML-description files for JVMTI. These are the files share/prims/jvmti.xml and share/prims/jvmti*.xls.
This addresses a category of NULL uses that wasn't dealt with byJDK-8299837.
This addresses a category of NULL uses that wasn't dealt with by
- relates to
-
JDK-8299837 Replace NULL with nullptr in hotspot code and tests
- Closed