Class GenerationalShenandoahNotes
java.lang.Object
net.jrodolfo.java_evolution.java25.GenerationalShenandoahNotes
Explains Generational Shenandoah introduced in Java 25.
Generational garbage collectors use the observation that many objects die young. Generational Shenandoah separates heap management by object age to improve collection behavior for suitable workloads.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GenerationalShenandoahNotes
public GenerationalShenandoahNotes()
-
-
Method Details
-
purpose
-