mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8251158: Implementation of JEP 387: Elastic Metaspace
Reviewed-by: lkorinth, coleenp, iklam, rrich
This commit is contained in:
parent
5fedfa707e
commit
7ba6a6bf00
167 changed files with 15749 additions and 7987 deletions
|
@ -33,6 +33,7 @@
|
|||
#include "logging/logStream.hpp"
|
||||
#include "logging/logConfiguration.hpp"
|
||||
#include "memory/heapInspection.hpp"
|
||||
#include "memory/metaspace/metaspaceReporter.hpp"
|
||||
#include "memory/resourceArea.hpp"
|
||||
#include "memory/universe.hpp"
|
||||
#include "oops/symbol.hpp"
|
||||
|
@ -184,7 +185,7 @@ void VM_PrintJNI::doit() {
|
|||
}
|
||||
|
||||
void VM_PrintMetadata::doit() {
|
||||
MetaspaceUtils::print_report(_out, _scale, _flags);
|
||||
metaspace::MetaspaceReporter::print_report(_out, _scale, _flags);
|
||||
}
|
||||
|
||||
VM_FindDeadlocks::~VM_FindDeadlocks() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue