JDK-8309634 : Resolve CONSTANT_MethodRef at CDS dump time
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-06-07
  • Updated: 2024-07-08
  • Resolved: 2024-06-27
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 b05Fixed
Related Reports
Blocks :  
Relates :  
Description
Similar to JDK-8293980
Resolve JVM_CONSTANT_Class references at CDS dump time

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

- a class resolved during vmClass::resolve_all()
- a supertype of the current class
Comments
Changeset: c35e58a5 Author: Ioi Lam <iklam@openjdk.org> Date: 2024-06-27 20:10:13 +0000 URL: https://git.openjdk.org/jdk/commit/c35e58a5adf06e25a3b482e2be384af95a84f11a
27-06-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/19866 Date: 2024-06-24 17:21:18 +0000
24-06-2024