src/hotspot/share/runtime/vm_operations.cpp
changeset 49980 57dd7b4ba338
parent 49636 6d5bd76650df
child 50113 caf115bb98ad
equal deleted inserted replaced
49979:b70281f5146e 49980:57dd7b4ba338
   233 void VM_PrintJNI::doit() {
   233 void VM_PrintJNI::doit() {
   234   JNIHandles::print_on(_out);
   234   JNIHandles::print_on(_out);
   235 }
   235 }
   236 
   236 
   237 void VM_PrintMetadata::doit() {
   237 void VM_PrintMetadata::doit() {
   238   MetaspaceUtils::print_metadata_for_nmt(_out, _scale);
   238   MetaspaceUtils::print_report(_out, _scale, _flags);
   239 }
   239 }
   240 
   240 
   241 VM_FindDeadlocks::~VM_FindDeadlocks() {
   241 VM_FindDeadlocks::~VM_FindDeadlocks() {
   242   if (_deadlocks != NULL) {
   242   if (_deadlocks != NULL) {
   243     DeadlockCycle* cycle = _deadlocks;
   243     DeadlockCycle* cycle = _deadlocks;