8272099: mark hotspot runtime/Monitor tests which ignore external VM flags

Reviewed-by: dcubed
This commit is contained in:
Igor Ignatyev 2021-08-06 18:49:48 +00:00
parent e882087f7a
commit c495ede2c2
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ import jdk.test.lib.process.ProcessTools;
* @test
* @bug 8226416
* @summary Test the MonitorUsedDeflationThreshold and NoAsyncDeflationProgressMax options.
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @run driver MonitorUsedDeflationThresholdTest

View File

@ -30,6 +30,7 @@ import java.util.stream.*;
* @test
* @bug 8242263
* @summary Exercise DiagnoseSyncOnValueBasedClasses diagnostic flag
* @requires vm.flagless
* @library /test/lib
* @run driver/timeout=180000 SyncOnValueBasedClassTest
*/