Skip to content

Commit 4c6d7fc

Browse files
committed
8315795: runtime/Safepoint/TestAbortVMOnSafepointTimeout.java fails after JDK-8305507
Reviewed-by: dcubed
1 parent 7e7ab6e commit 4c6d7fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/hotspot/jtreg/runtime/Safepoint/TestAbortVMOnSafepointTimeout.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @test TestAbortVMOnSafepointTimeout
3131
* @summary Check if VM can kill thread which doesn't reach safepoint,
3232
* test grace period before AbortVMOnSafepointTimeout kicks in
33-
* @bug 8219584 8227528
33+
* @bug 8219584 8227528 8315795
3434
* @requires vm.flagless
3535
* @library /testlibrary /test/lib
3636
* @build jdk.test.whitebox.WhiteBox
@@ -68,7 +68,7 @@ public static void testGracePeriodAppliedBeforeVmAbort() throws Exception {
6868
"-XX:+SafepointTimeout",
6969
"-XX:+SafepointALot",
7070
"-XX:+AbortVMOnSafepointTimeout",
71-
"-XX:AbortVMOnSafepointTimeoutDelay=2500",
71+
"-XX:AbortVMOnSafepointTimeoutDelay=10000", // Using 10 seconds instead of a smaller value for windows-debug
7272
"-XX:SafepointTimeoutDelay=50",
7373
"-XX:GuaranteedSafepointInterval=1",
7474
"-XX:-CreateCoredumpOnCrash",

0 commit comments

Comments
 (0)