I am using the JKD8 and as I see with the following command by default the JVM use the parallel garbage collector. How can I observe if the garbage runs on a separate thread alongside the main program? Is there any parameter just like -XX:-PrintGCDetails option?
By the way, I am using Visual VM also can I observe it from there? For example in the ->"Threads" tab section because I can't find it.
java -XX:+PrintCommandLineFlags -XX:-PrintGCDetails -version
-XX:InitialHeapSize=535233856 -XX:MaxHeapSize=8563741696 -XX:+PrintCommandLineFlags -XX:-PrintGCDetails -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:-UseLargePagesIndividualAllocation -XX:+UseParallelGC
java version "1.8.0_161"
Java(TM) SE Runtime Environment (build 1.8.0_161-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)