7194254: jstack reports wrong thread priorities

Reviewed-by: dholmes, sla, fparain
This commit is contained in:
Dmytro Sheyko 2012-09-17 07:36:31 -04:00 committed by David Holmes
parent c188598ddd
commit 48255b9ff3
5 changed files with 143 additions and 7 deletions

View file

@ -230,6 +230,7 @@ void ConcurrentMarkSweepThread::print_on(outputStream* st) const {
void ConcurrentMarkSweepThread::print_all_on(outputStream* st) {
if (_cmst != NULL) {
_cmst->print_on(st);
st->cr();
}
if (_collector != NULL) {
AbstractWorkGang* gang = _collector->conc_workers();