Missing +/- setting for VM option 'PrintCommandLineFlags'

Posted jdy1022

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Missing +/- setting for VM option 'PrintCommandLineFlags'相关的知识,希望对你有一定的参考价值。

C:Usersjdy>java -XX:PrintCommandLineFlags -version
Missing +/- setting for VM option ‘PrintCommandLineFlags‘
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

 

 

C:Usersjdy>java -XX:+PrintCommandLineFlags -version
-XX:InitialHeapSize=132533888 -XX:MaxHeapSize=2120542208 -XX:+PrintCommandLineFlags -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:-UseLargePagesIndividualAllocation -XX:+UseParallelGC
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)

以上是关于Missing +/- setting for VM option 'PrintCommandLineFlags'的主要内容,如果未能解决你的问题,请参考以下文章

web.xml is missing and <failOnMissingWebXml> is set to true

missing independencies for socks support

missing authentication credentials for REST request [/]“

missing authentication credentials for REST request [/]“

solution for db2 SQL0805N NULLID.SQLC2G13 missing

Better exception message for missing @RequestBody method parameter