JDK-8032386 : Argument auto-correct suggests arguments which are constant in the binary
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2014-01-21
  • Updated: 2014-01-22
  • Resolved: 2014-01-22
Related Reports
Duplicate :  
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.

Comments
This issue is already addressed in 8027314
22-01-2014

I believe this was introduced in the implementation of JDK-8024545
21-01-2014