JDK-8331504 : [lworld] Add field inheritance to value classes
Type:Bug
Component:hotspot
Sub-Component:runtime
Affected Version:repo-valhalla
Priority:P3
Status:Closed
Resolution:Duplicate
Submitted:2024-05-01
Updated:2024-06-03
Resolved:2024-06-03
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.
JEP 401 adds field inheritance to value classes by allowing abstract value classes to have non-static fields.
Revisit value class field layout code to support field inheritance.