comparison src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepThread.cpp @ 6948:e522a00b91aa

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/ after NPG - C++ build works
author Doug Simon <doug.simon@oracle.com>
date Mon, 12 Nov 2012 23:14:12 +0100
parents a7509aff1b06
children a252e688abcf
comparison
equal deleted inserted replaced
6711:ae13cc658b80 6948:e522a00b91aa
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);