-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-h used to be a valid option for javap, but obsolete. When running javap -h, the output is
Error: -h is no longer available - use the javah program
When running javap with other invalid option, for example -b, it shows
Error: unknown option: -b
Usage: javap <options> <classes>
use -help for a list of possible options
This RFE is to change -h and all other obsolete options to print out consistent output as invalid options.
Error: -h is no longer available - use the javah program
When running javap with other invalid option, for example -b, it shows
Error: unknown option: -b
Usage: javap <options> <classes>
use -help for a list of possible options
This RFE is to change -h and all other obsolete options to print out consistent output as invalid options.
- duplicates
-
JDK-8032869 remove support for legacy options in javap
-
- Closed
-
- relates to
-
JDK-8027411 javap tonga tests cleanup: write a java program to test invalid options -h and -b
-
- Resolved
-