8371895: Lower GCTimeLimit in TestUseGCOverheadLimit.java

Reviewed-by: ayang, iwalulya, shade
This commit is contained in:
Thomas Schatzl 2025-11-21 09:23:58 +00:00
parent 5922c3cbac
commit eeb7c3f2e8

View File

@ -67,7 +67,7 @@ public class TestUseGCOverheadLimit {
"-XX:ParallelGCThreads=1", // Make GCs take longer.
"-XX:+UseGCOverheadLimit",
"-Xlog:gc=debug",
"-XX:GCTimeLimit=90", // Ease the CPU requirement a little.
"-XX:GCTimeLimit=80", // Ease the CPU requirement.
"-Xmx128m",
Allocating.class.getName()
};