Skip to the content.
cs-notes
brief computer science notes
View on GitHub
Home
/
cs-notes
/
Language
/
Java
/
JVM
/
GC
/
G1
Garbage-First
G1 preferentially collects regions with the least amount of live data, or “garbage first”.