src/hotspot/share/runtime/java.cpp
changeset 51649 8f594f75e054
parent 51608 625a5bdde0c5
child 51959 db0c3952de52
equal deleted inserted replaced
51648:b7b69bc93a2d 51649:8f594f75e054
   331 
   331 
   332   if (PrintVtableStats) {
   332   if (PrintVtableStats) {
   333     klassVtable::print_statistics();
   333     klassVtable::print_statistics();
   334     klassItable::print_statistics();
   334     klassItable::print_statistics();
   335   }
   335   }
   336   if (VerifyOops) {
   336   if (VerifyOops && Verbose) {
   337     tty->print_cr("+VerifyOops count: %d", StubRoutines::verify_oop_count());
   337     tty->print_cr("+VerifyOops count: %d", StubRoutines::verify_oop_count());
   338   }
   338   }
   339 
   339 
   340   print_bytecode_count();
   340   print_bytecode_count();
   341   if (PrintMallocStatistics) {
   341   if (PrintMallocStatistics) {