mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8200720: Print additional information in thread dump (times, allocated bytes etc.)
Reviewed-by: dholmes, clanger, cjplummer, sspitsyn
This commit is contained in:
parent
807c4ae4a3
commit
27896721a0
11 changed files with 130 additions and 25 deletions
|
@ -212,7 +212,7 @@ bool VM_PrintThreads::doit_prologue() {
|
|||
}
|
||||
|
||||
void VM_PrintThreads::doit() {
|
||||
Threads::print_on(_out, true, false, _print_concurrent_locks);
|
||||
Threads::print_on(_out, true, false, _print_concurrent_locks, _print_extended_info);
|
||||
}
|
||||
|
||||
void VM_PrintThreads::doit_epilogue() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue