Java Parallel Garbage Collector
Jump to navigation
Jump to search
Internal
Overview
It is the default GC collector for Java 8. This information is reported when GC logging is enabled:
... CommandLine flags: ... -XX:+UseParallelGC ...
Configuration
Enabled with:
-XX:+UseParallelGC
Note that this is the default garbage collector used by the JVM, so it does not have to be explicitly specified.