JDK-8308092 : Replace NULL with nullptr in gc/x
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-05-15
  • Updated: 2023-05-22
  • Resolved: 2023-05-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 21
21 b23Fixed
Description
Replace NULL with nullptr in gc/x. We've already done this work for Generational ZGC, but left it for the Singlegen ZGC code.
Comments
Changeset: 599fa774 Author: Stefan Karlsson <stefank@openjdk.org> Date: 2023-05-16 16:12:20 +0000 URL: https://git.openjdk.org/jdk/commit/599fa774b875da971d66f79e5e43ede2b5ce18aa
16-05-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/13984 Date: 2023-05-15 11:40:26 +0000
15-05-2023