< prev index next >

src/hotspot/share/runtime/vm_operations.cpp

Print this page
rev 49926 : [mq]: 8201572-improve-metaspace-reporting

*** 233,243 **** void VM_PrintJNI::doit() { JNIHandles::print_on(_out); } void VM_PrintMetadata::doit() { ! MetaspaceUtils::print_metadata_for_nmt(_out, _scale); } VM_FindDeadlocks::~VM_FindDeadlocks() { if (_deadlocks != NULL) { DeadlockCycle* cycle = _deadlocks; --- 233,243 ---- void VM_PrintJNI::doit() { JNIHandles::print_on(_out); } void VM_PrintMetadata::doit() { ! MetaspaceUtils::print_report(_out, _scale, _flags); } VM_FindDeadlocks::~VM_FindDeadlocks() { if (_deadlocks != NULL) { DeadlockCycle* cycle = _deadlocks;
< prev index next >