JDK-8366341 : [BACKOUT] JDK-8365256: RelocIterator should use indexes instead of pointers
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 26
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-08-28
  • Updated: 2025-09-02
  • Resolved: 2025-08-28
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 26
26 masterFixed
Related Reports
Duplicate :  
Relates :  
Description
When a null pointer is accessed in SA it's serialized into the null Java object, this in turn causes runtime NPE:s when attempts are made to perform arithmetic on them.

The "real fix" requires a lot of work on the SA side, and we cannot prioritize that. Instead, I'm backing out my changes.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/26984 Date: 2025-08-28 10:59:06 +0000
28-08-2025

Changeset: 5c78c7cd Branch: master Author: Johan Sjölen <jsjolen@openjdk.org> Date: 2025-08-28 12:15:03 +0000 URL: https://git.openjdk.org/jdk/commit/5c78c7cd83d2d1ca1ba19151d6be40f5bd6077c8
28-08-2025