Skip to content

Commit

Permalink
Automatic merge of jdk:master into master
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed Nov 19, 2020
2 parents 49d9d58 + 8e241b5 commit 90639a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/hotspot/share/runtime/arguments.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 90639a5

Please sign in to comment.