-
Enhancement
-
Resolution: Fixed
-
P4
-
8
-
b03
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045130 | 8u25 | Alexander Zuev | P4 | Resolved | Fixed | b01 |
JDK-8033976 | 8u20 | Alexander Zuev | P4 | Resolved | Fixed | b05 |
JDK-8052569 | emb-8u26 | Alexander Zuev | P4 | Resolved | Fixed | b17 |
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.
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.
- backported by
-
JDK-8033976 remove support for legacy options in javap
- Resolved
-
JDK-8045130 remove support for legacy options in javap
- Resolved
-
JDK-8052569 remove support for legacy options in javap
- Resolved
- duplicates
-
JDK-8027415 Remove explicit support for -h as an obsolete option
- Closed