8170227: use vm.jvmci property in compiler/jvmci tests

Reviewed-by: kvn
This commit is contained in:
Igor Ignatyev 2016-11-29 00:25:13 +03:00
parent 7a6eaf487d
commit f9087dae6d
78 changed files with 101 additions and 79 deletions

View file

@ -19,13 +19,12 @@
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*
*/
/**
* @test
* @bug 8136421
* @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
* @requires vm.jvmci
* @library /test/lib /
* @library ../common/patches
* @modules java.base/jdk.internal.misc