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
|
||||
* @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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user