Java Cup
Inside Java

News and views from members of the Java team at Oracle

Garbage Collection in Java - The progress since JDK 8

Garbage collection (GC) is a key feature of the Java Platform that enables automatic memory management, allowing developers to focus on solving problems other than low-level memory management.Since JDK 8, the GC performance have improved significantly, removing much of the overhead usually associated with automatic memory management.

In this video, we are exploring:

Recorded at Devoxx Belgium 2024.