Community

Understanding Classic Java Garbage Collection

(Ben Evans) In Java 8, the default garbage collector for the HotSpot VM for the old generation is called ParallelOld. In Java 11, this default has been changed to the G1 collector instead.