8151560: Safepoint logging has mismatch between command line level and printed level
authorrprotacio
Thu, 17 Mar 2016 12:02:24 -0400
changeset 37135 73aaaf3cb672
parent 37133 950e9e0fd0d4
child 37136 b22b3b65fd5a
8151560: Safepoint logging has mismatch between command line level and printed level Summary: Corrected mistaken "debug" level to "trace" Reviewed-by: hseigel, jiangli, dholmes
hotspot/src/share/vm/runtime/safepoint.cpp
--- a/hotspot/src/share/vm/runtime/safepoint.cpp	Thu Mar 17 11:15:44 2016 +0100
+++ b/hotspot/src/share/vm/runtime/safepoint.cpp	Thu Mar 17 12:02:24 2016 -0400
@@ -222,7 +222,7 @@
         }
         if (log_is_enabled(Trace, safepoint)) {
           ResourceMark rm;
-          cur_state->print_on(LogHandle(safepoint)::debug_stream());
+          cur_state->print_on(LogHandle(safepoint)::trace_stream());
         }
       }
     }