JDK-8329714 : Resolve CONSTANT_FieldRef for -XX:+AOTClassLinking
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2024-04-04
  • Updated: 2024-08-15
  • Resolved: 2024-08-15
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
25Resolved
Related Reports
Blocks :  
Duplicate :  
Description
This is an enhancement of JDK-8293980.

When -XX:+AOTClassLinking is specified during CDS archive assembly, if a CONSTANT_FieldRef refers to an AOT-linked class, we can archive this FieldRef in its resolved state.
Comments
This RFE will be integrated as part of JDK-8329706
15-08-2024