8199430: Rename MetaspaceAux to something more meaningful

Reviewed-by: zgu, coleenp
This commit is contained in:
Thomas Stuefe 2018-03-11 07:11:03 +01:00
parent b5ae436418
commit da674f0d0d
22 changed files with 124 additions and 124 deletions

View file

@ -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() {