8271402: mark hotspot runtime/os tests which ignore external VM flags

Reviewed-by: dholmes
(cherry picked from commit e593e3de4c)
This commit is contained in:
Igor Ignatyev
2021-07-28 23:11:11 +00:00
committed by Vitaly Provodin
parent 61a3a7b8e8
commit b5c9d1299d
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
* @bug 6515172 8148766
* @summary Check that availableProcessors reports the correct value when running in a cpuset on linux
* @requires os.family == "linux"
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @run driver AvailableProcessors

View File

@@ -31,6 +31,7 @@ import jdk.test.lib.process.OutputAnalyzer;
* VM was either compiled on a platform which does not define CPU_ALLOC,
* or it is executed on a platform that does not support it.
* @requires os.family == "linux"
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* @library /test/lib
* @run driver TestUseCpuAllocPath