Java Parallel Garbage Collector

From NovaOrdis Knowledge Base
Revision as of 03:15, 13 February 2017 by Ovidiu (talk | contribs) (→‎Overview)
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 ...