8264881: Remove the old development option MemProfiling

Reviewed-by: dholmes, coleenp, shade
This commit is contained in:
Yi Yang 2021-04-09 06:23:12 +00:00 committed by Aleksey Shipilev
parent 951f277a71
commit 666fd62ee8
8 changed files with 0 additions and 201 deletions

View file

@ -64,7 +64,6 @@
#include "runtime/init.hpp"
#include "runtime/interfaceSupport.inline.hpp"
#include "runtime/java.hpp"
#include "runtime/memprofiler.hpp"
#include "runtime/sharedRuntime.hpp"
#include "runtime/statSampler.hpp"
#include "runtime/stubRoutines.hpp"
@ -224,10 +223,6 @@ void print_bytecode_count() {
// General statistics printing (profiling ...)
void print_statistics() {
if (MemProfiling) {
MemProfiler::disengage();
}
if (CITime) {
CompileBroker::print_times();
}