JDK-6439940 : Clean up javap implementation
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javap
  • Affected Version: 1.2.0,5.0,6
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,solaris_2.6,solaris_8
  • CPU: generic,sparc
  • Submitted: 2006-06-16
  • Updated: 2017-05-16
  • 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 :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
Current javap code base needs to be cleaned up in the following areas:
1. To make it follow Java code convension;
2. To check if data structures are designed and used consistently;
3. To make sure System.exit is used properly.

Comments
EVALUATION Covered by new javap
01-11-2007