mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8267651: runtime/handshake/HandshakeTimeoutTest.java times out when dumping core
Reviewed-by: dcubed
This commit is contained in:
parent
a98e476c0a
commit
d0d2ddccaf
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ import sun.hotspot.WhiteBox;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @test HandshakeTimeoutTest
|
* @test HandshakeTimeoutTest
|
||||||
|
* @bug 8262454 8267651
|
||||||
* @summary Test handshake timeout.
|
* @summary Test handshake timeout.
|
||||||
* @requires vm.debug
|
* @requires vm.debug
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
|
@ -61,6 +62,7 @@ public class HandshakeTimeoutTest {
|
||||||
"-XX:CICompilerCount=2",
|
"-XX:CICompilerCount=2",
|
||||||
"-XX:+UnlockExperimentalVMOptions",
|
"-XX:+UnlockExperimentalVMOptions",
|
||||||
"-XX:HandshakeTimeout=50",
|
"-XX:HandshakeTimeout=50",
|
||||||
|
"-XX:-CreateCoredumpOnCrash",
|
||||||
useJVMCICompilerStr,
|
useJVMCICompilerStr,
|
||||||
"HandshakeTimeoutTest$Test");
|
"HandshakeTimeoutTest$Test");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue