JDK-7054345 : Support version 52.0 class file in HotSpot
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-06-14
  • Updated: 2014-06-27
  • Resolved: 2012-10-15
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 8 Other
8 b62Fixed hs25Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
The language features being added in JDK 8 will need an updated class file format, version 52.0.  JDK components, including HotSpot, need to understand this new format.

Comments
JSR 308 makes the following additions to the ClassFile structure for version 52.0 and higher: http://types.cs.washington.edu/jsr308/specification/java-annotation-design.html#class-file.
08-10-2012