mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8170227: use vm.jvmci property in compiler/jvmci tests
Reviewed-by: kvn
This commit is contained in:
parent
7a6eaf487d
commit
f9087dae6d
78 changed files with 101 additions and 79 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue