The co-op bookstore for avid readers
Book Cover for: The Z Garbage Collector: In JDK 25, Erik Österlund

The Z Garbage Collector: In JDK 25

Erik Österlund

This book explains how the Z Garbage Collector was designed, why it was designed this way, the common pitfalls to avoid when using ZGC in JDK 25 and how to get useful information from the garbage collector.

Java is one of the most widely used programming languages in the world. It is a memory safe language that completely relies on a good garbage collection (GC) algorithm to work well. The Z Garbage Collector of OpenJDK is arguably the most sophisticated production GC algorithm for any managed language runtime. The book goes into detail and covers core algorithm concepts of ZGC: coloured pointers, GC barriers, concurrent marking, concurrent relocation, concurrent stack scanning, concurrent root scanning, concurrent class unloading, concurrent generational collection, as well as showing how all of this works. It explains how the JVM evolved certain features to be able to accommodate ZGC, and covers the importance of each of the various GC heuristics and how they function.

With a unique angle right between academia and industry, this book is useful for computer science students and Java developers alike.

Book Details

  • Publisher: CRC Press
  • Publish Date: May 22nd, 2026
  • Pages: 384
  • Language: English
  • Edition: undefined - undefined
  • Dimensions: 0.00in - 0.00in - 0.00in - 0.00lb
  • EAN: 9781032977720
  • Categories: Computer ScienceSoftware Development & Engineering - ToolsLanguages - Java

About the Author

Erik Österlund is a Consulting Member of Technical Staff, Oracle.