Slide 8
Slide 8 text
©2020 Alex Blewitt
Garbage Collection Algorithms
• Young and Old gen can have different garbage collection algorithms
• Young: Serial, ParallelNew, ParallelScavenge
• Old: Serial, ParallelOld, ConcurrentMarkSweep*
• May have a combined collector which handles everything
• G1, Shenandoah, Z
• Some combinations are deprecated and will be removed in future