mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-16 17:14:41 +02:00
8227692: Remove develop feature PrintMallocStatistics
Reviewed-by: coleenp, dcubed
This commit is contained in:
parent
781b790f18
commit
d2611c4e2c
7 changed files with 6 additions and 66 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue