OpenJDK - Concurrent Garbage Collectors: ZGC, Shenandoah, and G1 Comparison
Offered By: JetBrains via YouTube
Course Description
Overview
Explore the latest concurrent garbage collectors in OpenJDK HotSpot VM in this informative conference talk. Delve into the algorithms and design goals of ZGC and Shenandoah GC, comparing them to the current default G1 GC. Gain insights into stop-the-world vs. concurrent connections, regionalized heap, copying collectors, regions, and various GC phases and threads. Learn about the evolution of garbage collection techniques and their impact on Java performance. Ideal for Java developers and performance enthusiasts seeking to understand modern garbage collection strategies in OpenJDK.
Syllabus
Introduction
Overview
Stop the world vs concurrent connections
Regionalised heap
Copying collector
Regions
Comparison
GC Phases
GC Threads
Shenandoah
TVB 2015
Taught by
IntelliJ IDEA by JetBrains
Tags
Related Courses
Heterogeneous Parallel ProgrammingUniversity of Illinois at Urbana-Champaign via Coursera Advanced Operating Systems
Georgia Institute of Technology via Udacity 計算機程式設計 (Computer Programming)
National Taiwan University via Coursera Introduction to Operating Systems
Georgia Institute of Technology via Udacity Android Performance
Google via Udacity