src/share/vm/runtime/java.cpp

changeset 9842
4df47a343601
parent 9744
b02fb6a07ed5
child 9852
70aa912cebe5
child 9896
1b8c45b8216a
equal deleted inserted replaced
9841:2e636385f137 9842:4df47a343601
333 333
334 if (PrintVtableStats) { 334 if (PrintVtableStats) {
335 klassVtable::print_statistics(); 335 klassVtable::print_statistics();
336 klassItable::print_statistics(); 336 klassItable::print_statistics();
337 } 337 }
338 if (VerifyOops) { 338 if (VerifyOops && Verbose) {
339 tty->print_cr("+VerifyOops count: %d", StubRoutines::verify_oop_count()); 339 tty->print_cr("+VerifyOops count: %d", StubRoutines::verify_oop_count());
340 } 340 }
341 341
342 print_bytecode_count(); 342 print_bytecode_count();
343 if (PrintMallocStatistics) { 343 if (PrintMallocStatistics) {

mercurial