comparison src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp @ 6766:a7509aff1b06

7194254: jstack reports wrong thread priorities Reviewed-by: dholmes, sla, fparain Contributed-by: Dmytro Sheyko <dmytro_sheyko@hotmail.com>
author dholmes
date Mon, 17 Sep 2012 07:36:31 -0400
parents da91efe96a93
children b86575d092a2
comparison
equal deleted inserted replaced
6749:a6fe94b9759f 6766:a7509aff1b06
3418 } 3418 }
3419 _cmThread->print_on(st); 3419 _cmThread->print_on(st);
3420 st->cr(); 3420 st->cr();
3421 _cm->print_worker_threads_on(st); 3421 _cm->print_worker_threads_on(st);
3422 _cg1r->print_worker_threads_on(st); 3422 _cg1r->print_worker_threads_on(st);
3423 st->cr();
3424 } 3423 }
3425 3424
3426 void G1CollectedHeap::gc_threads_do(ThreadClosure* tc) const { 3425 void G1CollectedHeap::gc_threads_do(ThreadClosure* tc) const {
3427 if (G1CollectedHeap::use_parallel_gc_threads()) { 3426 if (G1CollectedHeap::use_parallel_gc_threads()) {
3428 workers()->threads_do(tc); 3427 workers()->threads_do(tc);