8271891: mark hotspot runtime/Safepoint tests which ignore external VM flags

Reviewed-by: coleenp
This commit is contained in:
Igor Ignatyev 2021-08-04 19:46:13 +00:00
parent ff7431eafe
commit 6c17e6deb2
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import jdk.test.lib.process.*;
* @test TestAbortOnVMOperationTimeout
* @bug 8181143 8269523
* @summary Check abort on VM timeout is working
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management

View File

@ -30,6 +30,7 @@ import sun.hotspot.WhiteBox;
* @test TestAbortVMOnSafepointTimeout
* @summary Check if VM can kill thread which doesn't reach safepoint.
* @bug 8219584 8227528
* @requires vm.flagless
* @library /testlibrary /test/lib
* @build sun.hotspot.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox