From a7205cc6512796466fefe17d171082995e0966de Mon Sep 17 00:00:00 2001 From: William Kemper Date: Tue, 11 Jun 2024 22:09:52 +0000 Subject: [PATCH] 8333926: Shenandoah: Lower default immediate garbage threshold Reviewed-by: kdnilsen, ysr --- src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp b/src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp index e514d41369f..b8baf6b3ebf 100644 --- a/src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp +++ b/src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp @@ -114,7 +114,7 @@ "to learn application and GC performance.") \ range(0,100) \ \ - product(uintx, ShenandoahImmediateThreshold, 90, EXPERIMENTAL, \ + product(uintx, ShenandoahImmediateThreshold, 70, EXPERIMENTAL, \ "The cycle may shortcut when enough garbage can be reclaimed " \ "from the immediate garbage (completely garbage regions). " \ "In percents of total garbage found. Setting this threshold " \