The Z Garbage Collector
Erik Osterlund
Gebundenes Buch

The Z Garbage Collector

In JDK 25

Versandkostenfrei!
Erscheint vorauss. 22. Mai 2026
134,99 €
inkl. MwSt.
Weitere Ausgaben:
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 point...