We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98e476 commit d0d2ddcCopy full SHA for d0d2ddc
test/hotspot/jtreg/runtime/handshake/HandshakeTimeoutTest.java
@@ -30,6 +30,7 @@
30
31
/*
32
* @test HandshakeTimeoutTest
33
+ * @bug 8262454 8267651
34
* @summary Test handshake timeout.
35
* @requires vm.debug
36
* @library /testlibrary /test/lib
@@ -61,6 +62,7 @@ public static void main(String[] args) throws Exception {
61
62
"-XX:CICompilerCount=2",
63
"-XX:+UnlockExperimentalVMOptions",
64
"-XX:HandshakeTimeout=50",
65
+ "-XX:-CreateCoredumpOnCrash",
66
useJVMCICompilerStr,
67
"HandshakeTimeoutTest$Test");
68
0 commit comments