Devoxx Belgium 2018
from Monday 12 November to Friday 16 November 2018.

Erik Österlund
From Oracle

From Oracle
Erik is a member of the HotSpot Garbage Collection team at Oracle who has been working on HotSpot for over five years. He is an OpenJDK Reviewer, and a contributor to the ZGC project.
The Z Garbage Collector
The Z Garbage Collector (ZGC) is a new JDK garbage collector designed for low latency and high scalability. For an industry-standard latency-sensitive benchmark it achieves throughput over 36% higher than the existing JDK collectors while never exceeding a maximum pause time of two milliseconds. In this session we’ll explain how ZGC achieves this performance, and show how to use it.