Skip to content

Commit a7205cc

Browse files
author
William Kemper
committed
8333926: Shenandoah: Lower default immediate garbage threshold
Reviewed-by: kdnilsen, ysr
1 parent 56e8e60 commit a7205cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/gc/shenandoah/shenandoah_globals.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"to learn application and GC performance.") \
115115
range(0,100) \
116116
\
117-
product(uintx, ShenandoahImmediateThreshold, 90, EXPERIMENTAL, \
117+
product(uintx, ShenandoahImmediateThreshold, 70, EXPERIMENTAL, \
118118
"The cycle may shortcut when enough garbage can be reclaimed " \
119119
"from the immediate garbage (completely garbage regions). " \
120120
"In percents of total garbage found. Setting this threshold " \

0 commit comments

Comments
 (0)