Description
For example, with a product build (PrintMethodFlushing is a 'develop' flag):
> java -XX:+PrintMethodFlushing
Unrecognized VM option 'PrintMethodFlushing'
Did you mean '(+/-)PrintMethodFlushing'?
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
> java -XX:+PrintMethodFlushing
Unrecognized VM option 'PrintMethodFlushing'
Did you mean '(+/-)PrintMethodFlushing'?
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Attachments
Issue Links
- duplicates
-
JDK-8027314 Java should recognize Diagnostic options if -XX:+UnlockDiagnosticVMOptions is not specified and print an informative message
- Closed