Skip to content

Commit 27c114f

Browse files
committed
8271891: mark hotspot runtime/Safepoint tests which ignore external VM flags
Backport-of: 6c17e6deb2ab36c3db8577fb6bb2cf2738b58dd4
1 parent 3baaf7c commit 27c114f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: test/hotspot/jtreg/runtime/Safepoint/TestAbortOnVMOperationTimeout.java

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
* @test TestAbortOnVMOperationTimeout
2929
* @bug 8181143 8269523 8307653
3030
* @summary Check abort on VM timeout is working
31+
* @requires vm.flagless
3132
* @library /test/lib
3233
* @modules java.base/jdk.internal.misc
3334
* java.management

Diff for: test/hotspot/jtreg/runtime/Safepoint/TestAbortVMOnSafepointTimeout.java

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* @test TestAbortVMOnSafepointTimeout
3131
* @summary Check if VM can kill thread which doesn't reach safepoint.
3232
* @bug 8219584 8227528
33+
* @requires vm.flagless
3334
* @library /testlibrary /test/lib
3435
* @build jdk.test.whitebox.WhiteBox
3536
* @run driver jdk.test.lib.helpers.ClassFileInstaller jdk.test.whitebox.WhiteBox

0 commit comments

Comments
 (0)