Class GenerationalShenandoahNotes

java.lang.Object
net.jrodolfo.java_evolution.java25.GenerationalShenandoahNotes

public class GenerationalShenandoahNotes extends Object
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 Details

    • GenerationalShenandoahNotes

      public GenerationalShenandoahNotes()
  • Method Details

    • purpose

      public String purpose()
      Explains the garbage-collector goal.
      Returns:
      a short explanation