hotspot/src/share/vm/runtime/safepoint.cpp
changeset 37135 73aaaf3cb672
parent 37043 5aa55674a362
child 37161 e881f320966e
equal deleted inserted replaced
37133:950e9e0fd0d4 37135:73aaaf3cb672
   220            //   steps = MIN(steps, 2000-100)
   220            //   steps = MIN(steps, 2000-100)
   221            //   if (iterations != 0) steps -= NNN
   221            //   if (iterations != 0) steps -= NNN
   222         }
   222         }
   223         if (log_is_enabled(Trace, safepoint)) {
   223         if (log_is_enabled(Trace, safepoint)) {
   224           ResourceMark rm;
   224           ResourceMark rm;
   225           cur_state->print_on(LogHandle(safepoint)::debug_stream());
   225           cur_state->print_on(LogHandle(safepoint)::trace_stream());
   226         }
   226         }
   227       }
   227       }
   228     }
   228     }
   229 
   229 
   230     if (PrintSafepointStatistics && iterations == 0) {
   230     if (PrintSafepointStatistics && iterations == 0) {