mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8186136: [Graal] some tests setting -Djvmci.Compiler=null fail with: jdk.vm.ci.common.JVMCIError: no JVMCI compiler selected
Removed -Djvmci.Compiler=null for tests which do JIT compilation Reviewed-by: twisti
This commit is contained in:
parent
19af636482
commit
d1bbcb5a39
6 changed files with 8 additions and 14 deletions
|
@ -24,7 +24,7 @@
|
|||
/**
|
||||
* @test
|
||||
* @bug 8136421
|
||||
* @requires vm.jvmci & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 3)
|
||||
* @requires vm.jvmci & (vm.opt.TieredStopAtLevel == null | vm.opt.TieredStopAtLevel == 4)
|
||||
* @library /test/lib /
|
||||
* @library ../common/patches
|
||||
* @modules java.base/jdk.internal.misc
|
||||
|
@ -40,7 +40,7 @@
|
|||
* @run main/othervm -Xbootclasspath/a:.
|
||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
|
||||
* -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
|
||||
* -Xmixed -Xbatch -Djvmci.Compiler=null
|
||||
* -Xmixed -Xbatch
|
||||
* compiler.jvmci.compilerToVM.ReprofileTest
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue