Skip to content

Opening book details…

Can I read Understanding Garbage-First GC (G1) on EtoBox?

Understanding Garbage-First GC (G1) is a document available to read on EtoBox.

What is Understanding Garbage-First GC (G1) about?

The Garbage-First Garbage Collector (G1) is a new low-latency garbage collector in the HotSpot JVM that is intended to replace the Concurrent Mark-Sweep (CMS) collector. G1 uses multiple techniques to improve performance over CMS, including dividing the heap into regions, compacting free space, and reclaiming garbage regions concurrently and incrementally during young generation collections.

Language
EN