JDK-8324679 : Replace NULL with nullptr in HotSpot .ad files
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-01-25
  • Updated: 2024-02-12
  • Resolved: 2024-02-01
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 b09Fixed
Related Reports
Blocks :  
Blocks :  
Relates :  
Description
Replace uses of NULL with nullptr in the CPU-specific .ad files.

This addresses a category of NULL uses that wasn't dealt with by JDK-8299837.

Comments
Changeset: b3ecd556 Author: Coleen Phillimore <coleenp@openjdk.org> Date: 2024-02-01 19:39:54 +0000 URL: https://git.openjdk.org/jdk/commit/b3ecd55601d483359819d02e70789bbd412b13da
01-02-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17658 Date: 2024-01-31 16:57:46 +0000
31-01-2024

I can do this because I have a simple script and there weren't a lot of uses of NULL that need to be hand patched.
31-01-2024