hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp
changeset 13857 93015306affa
parent 11601 f359304c1856
child 15859 b8d7620fb179
equal deleted inserted replaced
13751:7fd047780d47 13857:93015306affa
   228 }
   228 }
   229 
   229 
   230 void ConcurrentMarkSweepThread::print_all_on(outputStream* st) {
   230 void ConcurrentMarkSweepThread::print_all_on(outputStream* st) {
   231   if (_cmst != NULL) {
   231   if (_cmst != NULL) {
   232     _cmst->print_on(st);
   232     _cmst->print_on(st);
       
   233     st->cr();
   233   }
   234   }
   234   if (_collector != NULL) {
   235   if (_collector != NULL) {
   235     AbstractWorkGang* gang = _collector->conc_workers();
   236     AbstractWorkGang* gang = _collector->conc_workers();
   236     if (gang != NULL) {
   237     if (gang != NULL) {
   237       gang->print_worker_threads_on(st);
   238       gang->print_worker_threads_on(st);