-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b32
-
generic
-
generic
-
Not verified
javap used to give invalid flag message and print usage screen.
Now it just does this:
Error: unknown option: -Z
Javac give invalid flag and offer minimal help screen:
javac: invalid flag: -Z
Usage: javac <options> <source files>
use -help for a list of possible options
Maybe the javac behaviour is a good compromise betweent the two.
Now it just does this:
Error: unknown option: -Z
Javac give invalid flag and offer minimal help screen:
javac: invalid flag: -Z
Usage: javac <options> <source files>
use -help for a list of possible options
Maybe the javac behaviour is a good compromise betweent the two.
- relates to
-
JDK-4777949 Javap Rewrite : Warn javap usage on package classes with simple name.
- Closed