Wednesday, February 20, 2019

How to List all the JVM options defaults

$ java -XX:+PrintFlagsFinal -version | grep ParallelGCThreads
    uintx ParallelGCThreads                         = 8                                   {product}