Java Parallel Garbage Collector: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
It is the default GC collector for Java 8. This information is reported when GC logging [[Java_Garbage_Collection_Logging#Overview|is enabled]]: | |||
<pre> | |||
... CommandLine flags: ... -XX:+UseParallelGC ... | |||
</pre> |
Revision as of 03:15, 13 February 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 ...