JDK-8301996 : Move field resolution information out of the cpCache
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 21
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-02-07
  • Updated: 2024-03-12
  • Resolved: 2023-07-31
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 22
22 b09Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
The field resolution information needs more information with valhalla that are awkward to include in the cpCache indices, f1, f2 and flags fields.  The field resolution information should point to information that the field needs with names that make sense and be debuggable.
Comments
Changeset: 86783b98 Author: Matias Saavedra Silva <matsaave@openjdk.org> Date: 2023-07-31 18:41:38 +0000 URL: https://git.openjdk.org/jdk/commit/86783b985175de3a0c02215a862b2a2749d8b408
31-07-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/14129 Date: 2023-05-24 16:55:47 +0000
23-06-2023