JDK-8208204 : [lworld] JVM should do class file version specific checks for Valhalla specific attributes, flags, and opcodes
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: repo-valhalla
  • Priority: P4
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2018-07-25
  • Updated: 2024-07-02
  • Resolved: 2024-07-02
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.
Other
repo-valhallaResolved
Related Reports
Blocks :  
Description
Hotspot should ignore the ValueTypes attribute and the ACC_Value flag in class files whose major version < 55.

It should also throw a VerifyError exception if it sees the withfield or defaultvalue bytecodes in a class file whose major version < 55.
Comments
This issue is obsolete and should be closed.
21-06-2024