8271403: mark hotspot runtime/memory tests which ignore external VM flags

Reviewed-by: dholmes
This commit is contained in:
Igor Ignatyev
2021-07-28 23:12:03 +00:00
parent e593e3de4c
commit 20d2dc1f35
3 changed files with 3 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
* @summary Tests how large pages are choosen depending on the given large pages flag combinations.
* @requires vm.gc != "Z"
* @requires os.family == "linux"
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* java.management

View File

@@ -26,6 +26,7 @@
* @summary Test that touching noaccess area in class ReservedHeapSpace results in SIGSEGV/ACCESS_VIOLATION
* @library /test/lib
* @requires vm.bits == 64
* @requires vm.flagless
* @modules java.base/jdk.internal.misc
* java.management
* @build sun.hotspot.WhiteBox

View File

@@ -26,6 +26,7 @@
* @test
* @bug 8012015
* @requires !(os.family == "aix")
* @requires vm.flagless
* @summary Make sure reserved (but uncommitted) memory is not accessible
* @library /test/lib
* @modules java.base/jdk.internal.misc