Explore the intricacies of Java Garbage Collection in this 52-minute conference talk delivered by Gil Tene, CTO of Azul. Gain a comprehensive understanding of various garbage collection techniques available in modern JVMs, including generational, parallel, stop-the-world, incremental, and concurrent algorithms. Learn essential terms and metrics common to all collectors, and discover how to classify major JVM collector mechanisms. Delve into the trade-offs involved in balancing requirements for responsiveness, throughput, space, and available memory. Enhance your knowledge of this integral part of Java application behavior and make informed decisions when selecting and tuning collector mechanisms for your projects.
Overview
Syllabus
Understanding Java Garbage Collection
Taught by
Java