Slide 12
Slide 12 text
Generational GC
Allocated objects are managed by separete generation, to more efficient
sweeping.
If VM can’t keep enough memory space, VM starting sweeping Young
Generation,
so Young Generation may be held many Short-lived objects and possibility
that is found empty space is higher.
This called Minor GC.
If empty spaces are not found in Young Generation, VM start sweeping
Old Generation.
This called Major GC.