JDK-8032869 : remove support for legacy options in javap
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javap
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-01-28
  • Updated: 2014-07-30
  • Resolved: 2014-01-29
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 JDK 9
8u20Fixed 9 b03Fixed
Related Reports
Duplicate :  
Description
javap has code for a number of options which say "this option is no longer supported".
This includes -h, -Xold, -verify, -verify-verbose

To match -Xold, it has a vacuously empty option, -Xnew.

All these options date from an earlier rewrite of javap.

It is time to remove support for these options.


Comments
-XDcompat, which was never a publicly documented option, should also be removed. It existed during the latest rewrite to give bug-for-bug matching of the generated output.
28-01-2014