8267917: mark hotspot containers tests which ignore external VM flags

Reviewed-by: mseledtsov, hseigel
This commit is contained in:
Igor Ignatyev 2021-06-04 02:21:53 +00:00
parent 05df1727b5
commit edca245d5a
2 changed files with 3 additions and 1 deletions
test/hotspot/jtreg/containers

@ -25,6 +25,7 @@
* @test PlainRead
* @key cgroups
* @requires os.family == "linux"
* @requires vm.flagless
* @library /testlibrary /test/lib
* @build sun.hotspot.WhiteBox
* @run driver jdk.test.lib.helpers.ClassFileInstaller sun.hotspot.WhiteBox

@ -30,10 +30,11 @@
* is paired with a sidecar container by sharing certain aspects of container
* namespace such as PID namespace, specific sub-directories, IPC and more.
* @requires docker.support
* @library /test/lib
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
* jdk.jartool/sun.tools.jar
* @library /test/lib
* @build EventGeneratorLoop
* @run driver TestJcmdWithSideCar
*/