Java Parallel Garbage Collector: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Java | * [[Java Memory#Garbage_Collectors|Java Garbage Collection]] | ||
=Overview= | =Overview= |
Revision as of 02:09, 22 April 2017
Internal
Overview
It is the default GC collector for Java 8. This information is reported when GC logging is enabled:
... CommandLine flags: ... -XX:+UseParallelGC ...