hotspot/src/share/vm/gc/g1/g1CollectedHeap.cpp
changeset 33738 1708291bd3d7
parent 33612 b1487e78deee
child 33739 e1df46512ae2
equal deleted inserted replaced
33737:a1bd57411686 33738:1708291bd3d7
  3733   if (G1Log::finer()) {
  3733   if (G1Log::finer()) {
  3734     if (evacuation_failed()) {
  3734     if (evacuation_failed()) {
  3735       gclog_or_tty->print(" (to-space exhausted)");
  3735       gclog_or_tty->print(" (to-space exhausted)");
  3736     }
  3736     }
  3737     gclog_or_tty->print_cr(", %3.7f secs]", pause_time_sec);
  3737     gclog_or_tty->print_cr(", %3.7f secs]", pause_time_sec);
  3738     g1_policy()->phase_times()->note_gc_end();
  3738     g1_policy()->print_phases(pause_time_sec);
  3739     g1_policy()->phase_times()->print(pause_time_sec);
       
  3740     g1_policy()->print_detailed_heap_transition();
  3739     g1_policy()->print_detailed_heap_transition();
  3741   } else {
  3740   } else {
  3742     if (evacuation_failed()) {
  3741     if (evacuation_failed()) {
  3743       gclog_or_tty->print("--");
  3742       gclog_or_tty->print("--");
  3744     }
  3743     }