mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8205400: [Graal] compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java fails with can't be enqueued for compilation on level 4
Add -XX:-BackgroundCompilation to tests to eager initialize JVMCI Reviewed-by: thartmann
This commit is contained in:
parent
a7e35cb988
commit
f4ae3d5325
3 changed files with 24 additions and 3 deletions
|
@ -41,6 +41,7 @@
|
|||
* @run main/othervm -Xbootclasspath/a:.
|
||||
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
|
||||
* -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI
|
||||
* -XX:-BackgroundCompilation
|
||||
* compiler.jvmci.compilerToVM.DisassembleCodeBlobTest
|
||||
*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue