< prev index next >

src/hotspot/share/runtime/vmOperations.cpp

Print this page
rev 60538 : imported patch jep387-misc.patch

*** 31,40 **** --- 31,41 ---- #include "gc/shared/isGCActiveMark.hpp" #include "logging/log.hpp" #include "logging/logStream.hpp" #include "logging/logConfiguration.hpp" #include "memory/heapInspection.hpp" + #include "memory/metaspace/metaspaceReport.hpp" #include "memory/resourceArea.hpp" #include "memory/universe.hpp" #include "oops/symbol.hpp" #include "runtime/arguments.hpp" #include "runtime/deoptimization.hpp"
*** 181,191 **** 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; --- 182,192 ---- void VM_PrintJNI::doit() { JNIHandles::print_on(_out); } void VM_PrintMetadata::doit() { ! metaspace::MetaspaceReporter::print_report(_out, _scale, _flags); } VM_FindDeadlocks::~VM_FindDeadlocks() { if (_deadlocks != NULL) { DeadlockCycle* cycle = _deadlocks;
< prev index next >