mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8259928: compiler/jvmci tests fail with -Xint
Reviewed-by: kvn, iignatyev
This commit is contained in:
parent
ba38661504
commit
a70acf2c1e
@ -244,6 +244,11 @@ public class VMProps implements Callable<Map<String, String>> {
|
||||
return "false";
|
||||
}
|
||||
|
||||
// Interpreted mode cannot enable JVMCI
|
||||
if (vmCompMode().equals("Xint")) {
|
||||
return "false";
|
||||
}
|
||||
|
||||
return "true";
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user