We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4178834 commit 8e241b5Copy full SHA for 8e241b5
src/hotspot/share/runtime/arguments.cpp
@@ -3922,6 +3922,10 @@ bool Arguments::handle_deprecated_print_gc_flags() {
3922
}
3923
3924
static void apply_debugger_ergo() {
3925
+ if (ReplayCompiles) {
3926
+ FLAG_SET_ERGO_IF_DEFAULT(UseDebuggerErgo, true);
3927
+ }
3928
+
3929
if (UseDebuggerErgo) {
3930
// Turn on sub-flags
3931
FLAG_SET_ERGO_IF_DEFAULT(UseDebuggerErgo1, true);
0 commit comments