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:
Rachel Protacio 2016-03-17 12:02:24 -04:00
parent 691b95d838
commit 95129b2a5e

View File

@ -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());
}
}
}