8256552: Let ReplayCompiles set UseDebuggerErgo
Reviewed-by: vlivanov, redestad
This commit is contained in:
parent
4178834deb
commit
8e241b5262
@ -3922,6 +3922,10 @@ bool Arguments::handle_deprecated_print_gc_flags() {
|
||||
}
|
||||
|
||||
static void apply_debugger_ergo() {
|
||||
if (ReplayCompiles) {
|
||||
FLAG_SET_ERGO_IF_DEFAULT(UseDebuggerErgo, true);
|
||||
}
|
||||
|
||||
if (UseDebuggerErgo) {
|
||||
// Turn on sub-flags
|
||||
FLAG_SET_ERGO_IF_DEFAULT(UseDebuggerErgo1, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user