Skip to content

Commit eeb7c3f

Browse files
author
Thomas Schatzl
committed
8371895: Lower GCTimeLimit in TestUseGCOverheadLimit.java
Reviewed-by: ayang, iwalulya, shade
1 parent 5922c3c commit eeb7c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/gc/TestUseGCOverheadLimit.java

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

0 commit comments

Comments
 (0)