File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/hotspot/jtreg/runtime/Safepoint Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments