mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +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
|
@ -39,7 +39,7 @@
|
|||
* @run main/othervm -Xbootclasspath/a:.
|
||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
|
||||
* -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
|
||||
* -XX:-BackgroundCompilation -Djvmci.Compiler=null
|
||||
* -XX:-BackgroundCompilation
|
||||
* compiler.jvmci.compilerToVM.HasCompiledCodeForOSRTest
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue