diff --git a/test/hotspot/jtreg/gc/TestUseGCOverheadLimit.java b/test/hotspot/jtreg/gc/TestUseGCOverheadLimit.java index bc4c6bd6278..dcc501c7710 100644 --- a/test/hotspot/jtreg/gc/TestUseGCOverheadLimit.java +++ b/test/hotspot/jtreg/gc/TestUseGCOverheadLimit.java @@ -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() };