8271743: mark hotspot runtime/jni tests which ignore external VM flags

Reviewed-by: dholmes
This commit is contained in:
Igor Ignatyev 2021-08-04 04:51:46 +00:00
parent 66c653c561
commit b48f31d381
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -28,6 +28,7 @@
* @comment Test uses custom launcher that starts VM in primordial thread. This is
* not possible on aix.
* @requires os.family != "aix"
* @requires vm.flagless
* @library /test/lib
* @modules java.base/jdk.internal.misc
* @run main/native FPRegs

View File

@ -24,6 +24,7 @@
/* @test
* @bug 8258077
* @summary verify multiple release calls on a copied array work when checked
* @requires vm.flagless
* @library /test/lib
* @run main/native TestCheckedReleaseArrayElements launch
*/