8333926: Shenandoah: Lower default immediate garbage threshold

Reviewed-by: kdnilsen, ysr
This commit is contained in:
William Kemper 2024-06-11 22:09:52 +00:00
parent 56e8e60792
commit a7205cc651

View File

@ -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 " \