JDK-8345647 : Fix recent NULL usage backsliding in Shenandoah
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-12-06
  • Updated: 2024-12-16
  • Resolved: 2024-12-11
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 25
25 b02Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Several uses of NULL in Shenandoah code have recently been introduced.  All are in comments or strings, which should be "null" instead of "NULL".  All were introduced by JDK-8337511.

Comments
Changeset: e2948991 Branch: master Author: Sonia Zaldana Calles <szaldana@openjdk.org> Date: 2024-12-11 14:40:03 +0000 URL: https://git.openjdk.org/jdk/commit/e2948991544d50a901be509fbc6406c2a16849ec
11-12-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/22647 Date: 2024-12-09 15:29:56 +0000
10-12-2024