Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/hotspot/share/jvmci/jvmci_globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@ bool JVMCIGlobals::check_jvmci_flags_are_consistent() {
return false;
}
FLAG_SET_DEFAULT(EnableJVMCI, true);
if (FLAG_IS_DEFAULT(EagerJVMCI) && !EagerJVMCI) {
FLAG_SET_DEFAULT(EagerJVMCI, true);
}
FLAG_SET_ERGO_IF_DEFAULT(EagerJVMCI, true);
}

if (EnableJVMCI) {
Expand Down