mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
7194254: jstack reports wrong thread priorities
Reviewed-by: dholmes, sla, fparain
This commit is contained in:
parent
c188598ddd
commit
48255b9ff3
5 changed files with 143 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue