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

@ -24,7 +24,7 @@
/*
* @test
* @bug 8136421
* @requires (vm.simpleArch == "x64" | vm.simpleArch == "sparcv9" | vm.simpleArch == "aarch64")
* @requires vm.jvmci
* & (vm.compMode != "Xcomp" | vm.opt.TieredCompilation == null | vm.opt.TieredCompilation == true)
* @summary no "-Xcomp -XX:-TieredCompilation" combination allowed until JDK-8140018 is resolved
* @library / /test/lib