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

@ -87,7 +87,6 @@
#include "runtime/javaCalls.hpp"
#include "runtime/jniHandles.inline.hpp"
#include "runtime/jniPeriodicChecker.hpp"
#include "runtime/memprofiler.hpp"
#include "runtime/monitorDeflationThread.hpp"
#include "runtime/mutexLocker.hpp"
#include "runtime/nonJavaThread.hpp"
@ -3382,7 +3381,6 @@ jint Threads::create_vm(JavaVMInitArgs* args, bool* canTryAgain) {
}
#endif // INCLUDE_MANAGEMENT
if (MemProfiling) MemProfiler::engage();
StatSampler::engage();
if (CheckJNICalls) JniPeriodicChecker::engage();