JDK-8293980 : Resolve CONSTANT_FieldRef at CDS dump time
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-09-19
  • Updated: 2024-06-24
  • Resolved: 2024-06-14
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 24
24 b03Fixed
Related Reports
Blocks :  
Relates :  
Relates :  
Relates :  
Description
This is the next step after JDK-8293979
Resolve JVM_CONSTANT_Class references at CDS dump time

A non-static field reference can be resolved at dump time if it's refers to a field in

- a class resolved during vmClass::resolve_all()
- a supertype of the current class
Comments
Changeset: b818679e Author: Ioi Lam <iklam@openjdk.org> Date: 2024-06-14 06:06:24 +0000 URL: https://git.openjdk.org/jdk/commit/b818679ebafff6adb2be4edbe21245882a751d2e
14-06-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/19355 Date: 2024-05-22 21:48:44 +0000
22-05-2024

Work-in-progress: https://github.com/iklam/jdk/tree/8293980-resolve-field-references-at-dumptime
19-09-2022