8271891: mark hotspot runtime/Safepoint tests which ignore external VM flags
Reviewed-by: coleenp
This commit is contained in:
parent
ff7431eafe
commit
6c17e6deb2
@ -28,6 +28,7 @@ import jdk.test.lib.process.*;
|
|||||||
* @test TestAbortOnVMOperationTimeout
|
* @test TestAbortOnVMOperationTimeout
|
||||||
* @bug 8181143 8269523
|
* @bug 8181143 8269523
|
||||||
* @summary Check abort on VM timeout is working
|
* @summary Check abort on VM timeout is working
|
||||||
|
* @requires vm.flagless
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* java.management
|
* java.management
|
||||||
|
@ -30,6 +30,7 @@ import sun.hotspot.WhiteBox;
|
|||||||
* @test TestAbortVMOnSafepointTimeout
|
* @test TestAbortVMOnSafepointTimeout
|
||||||
* @summary Check if VM can kill thread which doesn't reach safepoint.
|
* @summary Check if VM can kill thread which doesn't reach safepoint.
|
||||||
* @bug 8219584 8227528
|
* @bug 8219584 8227528
|
||||||
|
* @requires vm.flagless
|
||||||
* @library /testlibrary /test/lib
|
* @library /testlibrary /test/lib
|
||||||
* @build sun.hotspot.WhiteBox
|
* @build sun.hotspot.WhiteBox
|
||||||
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
|
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox
|
||||||
|
Loading…
Reference in New Issue
Block a user