8151560: Safepoint logging has mismatch between command line level and printed level
Corrected mistaken "debug" level to "trace" Reviewed-by: hseigel, jiangli, dholmes
This commit is contained in:
parent
691b95d838
commit
95129b2a5e
@ -222,7 +222,7 @@ void SafepointSynchronize::begin() {
|
||||
}
|
||||
if (log_is_enabled(Trace, safepoint)) {
|
||||
ResourceMark rm;
|
||||
cur_state->print_on(LogHandle(safepoint)::debug_stream());
|
||||
cur_state->print_on(LogHandle(safepoint)::trace_stream());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user