JDK-8308778 : [lworld] classfile api needs updating with Valhalla
Type:Bug
Component:core-libs
Sub-Component:java.lang.classfile
Affected Version:repo-valhalla
Priority:P4
Status:Open
Resolution:Unresolved
Submitted:2023-05-24
Updated:2024-02-28
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.
jdk.internal.classfile is not aware of ACC_IDENTITY
jdk/classfile/SwapTest.java
jdk/classfile/LowAdaptTest.java
jdk/classfile/BuilderBlockTest.java
jdk/classfile/BuilderTryCatchTest.java
Comments
Merging of JDK-8294980 put back old experimental API, it needs removing again
Preserved the original code in "OldInstructionHelper", and adjusted Valhalla tests, also needs undoing