hotspot/src/share/vm/gc/g1/g1EvacStats.cpp
changeset 33605 7cf76a278055
parent 33597 5d42601232b1
child 34230 b9c64b7c06c9
equal deleted inserted replaced
33604:ad1cd9269bd4 33605:7cf76a278055
   105     _desired_net_plab_sz = plab_sz;
   105     _desired_net_plab_sz = plab_sz;
   106     if (PrintPLAB) {
   106     if (PrintPLAB) {
   107       gclog_or_tty->print(" (plab_sz = " SIZE_FORMAT " desired_plab_sz = " SIZE_FORMAT ") ", cur_plab_sz, plab_sz);
   107       gclog_or_tty->print(" (plab_sz = " SIZE_FORMAT " desired_plab_sz = " SIZE_FORMAT ") ", cur_plab_sz, plab_sz);
   108     }
   108     }
   109   }
   109   }
   110   gclog_or_tty->cr();
   110   if (PrintPLAB) {
       
   111     gclog_or_tty->cr();
       
   112   }
   111   // Clear accumulators for next round.
   113   // Clear accumulators for next round.
   112   reset();
   114   reset();
   113 }
   115 }
   114 
   116