mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8201572: Improve Metaspace Statistics
Reviewed-by: adinn, zgu
This commit is contained in:
parent
4fc0229dcb
commit
d9b3c3203e
23 changed files with 1746 additions and 870 deletions
|
@ -235,7 +235,7 @@ void VM_PrintJNI::doit() {
|
|||
}
|
||||
|
||||
void VM_PrintMetadata::doit() {
|
||||
MetaspaceUtils::print_metadata_for_nmt(_out, _scale);
|
||||
MetaspaceUtils::print_report(_out, _scale, _flags);
|
||||
}
|
||||
|
||||
VM_FindDeadlocks::~VM_FindDeadlocks() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue