< prev index next >

src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/GCName.java

Print this page
rev 52801 : Upstream/backport Shenandoah to JDK11u
* * *
[backport] 8237570: Shenandoah: cleanup uses of allocation/free threshold in static heuristics
Reviewed-by: rkennke

*** 36,45 **** --- 36,46 ---- G1New ("G1New"), ConcurrentMarkSweep ("ConcurrentMarkSweep"), G1Old ("G1Old"), G1Full ("G1Full"), Z ("Z"), + Shenandoah ("Shenandoah"), NA ("N/A"), GCNameEndSentinel ("GCNameEndSentinel"); private final String value;
< prev index next >