Skip to content

Commit 9489b5d

Browse files
committed
backport eeb7c3f
1 parent 6635128 commit 9489b5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/hotspot/jtreg/gc/TestUseGCOverheadLimit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public static void main(String args[]) throws Exception {
6666
"-XX:ParallelGCThreads=1", // Make GCs take longer.
6767
"-XX:+UseGCOverheadLimit",
6868
"-Xlog:gc=debug",
69-
"-XX:GCTimeLimit=90", // Ease the CPU requirement a little.
69+
"-XX:GCTimeLimit=80", // Ease the CPU requirement.
7070
"-Xmx128m",
7171
Allocating.class.getName()
7272
};

0 commit comments

Comments
 (0)