JDK-8324680 : Replace NULL with nullptr in JVMTI generated code
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-01-25
  • Updated: 2024-02-16
  • Resolved: 2024-02-16
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 23
23 masterFixed
Related Reports
Relates :  
Description
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 by JDK-8299837. 

Comments
Changeset: 267780bf Author: Serguei Spitsyn <sspitsyn@openjdk.org> Date: 2024-02-16 21:21:42 +0000 URL: https://git.openjdk.org/jdk/commit/267780bf0adf4bfd831fbc04347e297fa8f3bb01
16-02-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17866 Date: 2024-02-15 08:46:43 +0000
15-02-2024