Z Garbage Collector: The Next Generation

preview_player
Показать описание
The Z Garbage Collector (ZGC)—a scalable, low-latency garbage collector providing sub-millisecond max pause times—continues to evolve. This session will review the design goals behind ZGC and provide a look into the impact of the upcoming support for multiple generations. It will also present general guidance on selecting a garbage collector given certain use case characteristics.

An Oracle DevLive Level Up - Java Developer Day session.
Presented by Paul Su - Software Development Director

Tags: #Java #OpenJDK #gc
Рекомендации по теме
Комментарии
Автор

Interesting architecture - nice to see it's been progressing this entire time with enhancements.

rkalla
Автор

I'm trying this GC on my app and it seems to work great, congrats guys!

sblantipodi
Автор

Can it be used with other systems and languages that are not java? How much is the minimum resource overhead?

llothar