Flags
Flag | Description |
---|---|
UnlockDiagnosticVMOptions | Unlocks the options intended for diagnosing the JVM. By default, this option is disabled and diagnostic options are not available. |
PrintFlagsFinal | Shows the final flag values that JVM uses. |
Usage
java -XX:+UnlockDiagnosticVMOptions -XX:+PrintFlagsFinal -version
The usage of version argument is used to show the java version information instead of the help information.
Recent Comments