8316228: jcmd tests are broken by 8314828

Reviewed-by: dholmes
This commit is contained in:
Leonid Mesnik 2023-09-14 01:20:24 +00:00
parent eb37c7e361
commit 11d431b2c4
3 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import org.testng.annotations.Test;
* @test
* @summary Test of diagnostic command help (tests all DCMD executors)
* @library /test/lib
* /vmTestbase
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.compiler

View File

@ -33,6 +33,7 @@ import org.testng.annotations.Test;
* @test
* @summary Test of invalid diagnostic command (tests all DCMD executors)
* @library /test/lib
* /vmTestbase
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.compiler

View File

@ -43,6 +43,7 @@ import org.testng.annotations.Test;
* java.management
* jdk.internal.jvmstat/sun.jvmstat.monitor
* @library /test/lib
* /vmTestbase
* @requires vm.flagless
* @run testng/othervm -XX:+UsePerfData VMVersionTest
*/