Skip to content

Commit 30f6d2a

Browse files
committed
8333386: TestAbortOnVMOperationTimeout test fails for client VM
Backport-of: 6bfae3a
1 parent 20c7790 commit 30f6d2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/hotspot/jtreg/runtime/Safepoint/TestAbortOnVMOperationTimeout.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public static void testWith(int delay, boolean shouldPass) throws Exception {
6868
"-XX:+AbortVMOnVMOperationTimeout",
6969
"-XX:AbortVMOnVMOperationTimeoutDelay=" + delay,
7070
"-Xmx256m",
71+
"-XX:NewSize=64m",
7172
"-XX:+UseSerialGC",
7273
"-XX:-CreateCoredumpOnCrash",
7374
"-Xlog:gc*=info",

0 commit comments

Comments
 (0)