8267651: runtime/handshake/HandshakeTimeoutTest.java times out when dumping core

Reviewed-by: dcubed
This commit is contained in:
David Holmes 2021-05-25 23:35:17 +00:00
parent a98e476c0a
commit d0d2ddccaf

@ -30,6 +30,7 @@ import sun.hotspot.WhiteBox;
/*
* @test HandshakeTimeoutTest
* @bug 8262454 8267651
* @summary Test handshake timeout.
* @requires vm.debug
* @library /testlibrary /test/lib
@ -61,6 +62,7 @@ public class HandshakeTimeoutTest {
"-XX:CICompilerCount=2",
"-XX:+UnlockExperimentalVMOptions",
"-XX:HandshakeTimeout=50",
"-XX:-CreateCoredumpOnCrash",
useJVMCICompilerStr,
"HandshakeTimeoutTest$Test");