This commit is contained in:
Vladimir Kozlov 2011-02-14 14:36:29 -08:00
commit ddd4d3ad73
61 changed files with 620 additions and 640 deletions

View file

@ -326,7 +326,7 @@ void print_statistics() {
}
print_bytecode_count();
if (WizardMode) {
if (PrintMallocStatistics) {
tty->print("allocation stats: ");
alloc_stats.print();
tty->cr();