8227692: Remove develop feature PrintMallocStatistics

Reviewed-by: coleenp, dcubed
This commit is contained in:
Martin Doerr 2019-07-19 10:18:48 +02:00
parent 781b790f18
commit d2611c4e2c
7 changed files with 6 additions and 66 deletions

View file

@ -203,9 +203,6 @@ void print_bytecode_count() {
}
}
AllocStats alloc_stats;
// General statistics printing (profiling ...)
void print_statistics() {
@ -329,11 +326,6 @@ void print_statistics() {
}
print_bytecode_count();
if (PrintMallocStatistics) {
tty->print("allocation stats: ");
alloc_stats.print();
tty->cr();
}
if (PrintSystemDictionaryAtExit) {
ResourceMark rm;