mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-19 20:33:16 +00:00
8262097: Improve CompilerConfig ergonomics to fix a VM crash after JDK-8261229
Reviewed-by: iveresov, kvn
This commit is contained in:
parent
aea474c48d
commit
f2bde05e6f
@ -555,6 +555,8 @@ void CompilerConfig::ergo_initialize() {
|
||||
if (NeverActAsServerClassMachine) {
|
||||
set_client_emulation_mode_flags();
|
||||
}
|
||||
} else if (!has_c2() && !is_jvmci_compiler()) {
|
||||
set_client_emulation_mode_flags();
|
||||
}
|
||||
|
||||
set_legacy_emulation_flags();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user