JDK-8324286 : Fix backsliding on use of nullptr instead of NULL
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-01-22
  • Updated: 2024-01-30
  • Resolved: 2024-01-23
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 b07Fixed
Related Reports
Relates :  
Description
Most uses of NULL in HotSpot source were replaced with nullptr, under the umbrella of JDK-8299837.  Since then there has been a little bit of backsliding.

./share/cds/filemap.cpp -- new code 
./share/prims/whitebox.cpp -- new code
./share/services/heapDumper.cpp -- new code

./cpu/aarch64/c2_MacroAssembler_aarch64.cpp -- new comments
./cpu/s390/templateTable_s390.cpp -- new comments
./cpu/riscv/c2_MacroAssembler_riscv.cpp -- new comments
./os/aix/os_aix.cpp -- new comment
./os/linux/os_linux.cpp -- new comment
./share/runtime/os.hpp -- new comment

Comments
Changeset: bcb340da Author: Kim Barrett <kbarrett@openjdk.org> Date: 2024-01-23 08:49:46 +0000 URL: https://git.openjdk.org/jdk/commit/bcb340da091e3287da8d2ecfcd017ebcc6613cae
23-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17516 Date: 2024-01-22 10:39:12 +0000
22-01-2024