mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8199430: Rename MetaspaceAux to something more meaningful
Reviewed-by: zgu, coleenp
This commit is contained in:
parent
b5ae436418
commit
da674f0d0d
22 changed files with 124 additions and 124 deletions
|
@ -234,7 +234,7 @@ void VM_PrintJNI::doit() {
|
|||
}
|
||||
|
||||
void VM_PrintMetadata::doit() {
|
||||
MetaspaceAux::print_metadata_for_nmt(_out, _scale);
|
||||
MetaspaceUtils::print_metadata_for_nmt(_out, _scale);
|
||||
}
|
||||
|
||||
VM_FindDeadlocks::~VM_FindDeadlocks() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue