JDK-4975569 : javap doesn't print new flag bits
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javap
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,solaris_8
  • CPU: generic
  • Submitted: 2004-01-08
  • Updated: 2012-01-13
  • Resolved: 2012-01-13
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 7
7 b30Fixed
Related Reports
Duplicate :  
Relates :  
Description
javap doesn't display any of the new flag bits added for Tiger.

Comments
EVALUATION The following flags need to be added: ACC_BRIDGE (0x0040), ACC_VARARGS (0x0080), ACC_SYNTHETIC (0x1000), ACC_ANNOTATION (0x2000), ACC_ENUM (0x4000).
12-09-2007