8271402: mark hotspot runtime/os tests which ignore external VM flags
Reviewed-by: dholmes
This commit is contained in:
parent
7bf72ce301
commit
e593e3de4c
@ -26,6 +26,7 @@
|
|||||||
* @bug 6515172 8148766
|
* @bug 6515172 8148766
|
||||||
* @summary Check that availableProcessors reports the correct value when running in a cpuset on linux
|
* @summary Check that availableProcessors reports the correct value when running in a cpuset on linux
|
||||||
* @requires os.family == "linux"
|
* @requires os.family == "linux"
|
||||||
|
* @requires vm.flagless
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @run driver AvailableProcessors
|
* @run driver AvailableProcessors
|
||||||
|
@ -31,6 +31,7 @@ import jdk.test.lib.process.OutputAnalyzer;
|
|||||||
* VM was either compiled on a platform which does not define CPU_ALLOC,
|
* 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.
|
* or it is executed on a platform that does not support it.
|
||||||
* @requires os.family == "linux"
|
* @requires os.family == "linux"
|
||||||
|
* @requires vm.flagless
|
||||||
* @modules java.base/jdk.internal.misc
|
* @modules java.base/jdk.internal.misc
|
||||||
* @library /test/lib
|
* @library /test/lib
|
||||||
* @run driver TestUseCpuAllocPath
|
* @run driver TestUseCpuAllocPath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user