mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8264881: Remove the old development option MemProfiling
Reviewed-by: dholmes, coleenp, shade
This commit is contained in:
parent
951f277a71
commit
666fd62ee8
8 changed files with 0 additions and 201 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue