src/hotspot/share/runtime/vm_operations.cpp
changeset 49389 9ef2eee8ca7c
parent 48105 8d15b1369c7a
child 49449 ef5d5d343e2a
equal deleted inserted replaced
49388:ec9091426557 49389:9ef2eee8ca7c
   232 void VM_PrintJNI::doit() {
   232 void VM_PrintJNI::doit() {
   233   JNIHandles::print_on(_out);
   233   JNIHandles::print_on(_out);
   234 }
   234 }
   235 
   235 
   236 void VM_PrintMetadata::doit() {
   236 void VM_PrintMetadata::doit() {
   237   MetaspaceAux::print_metadata_for_nmt(_out, _scale);
   237   MetaspaceUtils::print_metadata_for_nmt(_out, _scale);
   238 }
   238 }
   239 
   239 
   240 VM_FindDeadlocks::~VM_FindDeadlocks() {
   240 VM_FindDeadlocks::~VM_FindDeadlocks() {
   241   if (_deadlocks != NULL) {
   241   if (_deadlocks != NULL) {
   242     DeadlockCycle* cycle = _deadlocks;
   242     DeadlockCycle* cycle = _deadlocks;