JDK-4994739 : New 1.5 class file attributes should only be parsed for >= v49 classes
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-02-13
  • Updated: 2012-10-08
  • Resolved: 2004-03-08
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
5.0 b42Fixed
Related Reports
Relates :  
Description
There are several new class file attributes in the v49 class file format,
including Signature, RuntimeVisibleAnnotations, and RuntimeInvisibleAnnotations,
which are currently being parsed for all versions of class files. These
attributes should be ignored for pre-v49 class files.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta2 INTEGRATED IN: tiger-b42 tiger-beta2
14-06-2004

EVALUATION The new attributes introduced in v49 class format should still be ignored if appear in pre-v49 classes. ###@###.### 2004-02-27
27-02-2004