8267651: runtime/handshake/HandshakeTimeoutTest.java times out when dumping core
Reviewed-by: dcubed
This commit is contained in:
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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user