Skip to content

Commit d0d2ddc

Browse files
author
David Holmes
committed
8267651: runtime/handshake/HandshakeTimeoutTest.java times out when dumping core
Reviewed-by: dcubed
1 parent a98e476 commit d0d2ddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/hotspot/jtreg/runtime/handshake/HandshakeTimeoutTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
/*
3232
* @test HandshakeTimeoutTest
33+
* @bug 8262454 8267651
3334
* @summary Test handshake timeout.
3435
* @requires vm.debug
3536
* @library /testlibrary /test/lib
@@ -61,6 +62,7 @@ public static void main(String[] args) throws Exception {
6162
"-XX:CICompilerCount=2",
6263
"-XX:+UnlockExperimentalVMOptions",
6364
"-XX:HandshakeTimeout=50",
65+
"-XX:-CreateCoredumpOnCrash",
6466
useJVMCICompilerStr,
6567
"HandshakeTimeoutTest$Test");
6668

0 commit comments

Comments
 (0)