src/share/vm/runtime/java.cpp

Print this page




 289     GenerateOopMap::print_time();
 290   }
 291   if (ProfilerCheckIntervals) {
 292     PeriodicTask::print_intervals();
 293   }
 294   if (PrintSymbolTableSizeHistogram) {
 295     SymbolTable::print_histogram();
 296   }
 297   if (CountBytecodes || TraceBytecodes || StopInterpreterAt) {
 298     BytecodeCounter::print();
 299   }
 300   if (PrintBytecodePairHistogram) {
 301     BytecodePairHistogram::print();
 302   }
 303 
 304   if (PrintCodeCache) {
 305     MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
 306     CodeCache::print();
 307   }
 308 
 309   if (PrintCodeCache2) {
 310     MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
 311     CodeCache::print_internals();
 312   }
 313 
 314   if (PrintClassStatistics) {
 315     SystemDictionary::print_class_statistics();
 316   }
 317   if (PrintMethodStatistics) {
 318     SystemDictionary::print_method_statistics();
 319   }
 320 
 321   if (PrintVtableStats) {
 322     klassVtable::print_statistics();
 323     klassItable::print_statistics();
 324   }
 325   if (VerifyOops) {
 326     tty->print_cr("+VerifyOops count: %d", StubRoutines::verify_oop_count());
 327   }
 328 
 329   print_bytecode_count();
 330   if (PrintMallocStatistics) {
 331     tty->print("allocation stats: ");
 332     alloc_stats.print();
 333     tty->cr();




 289     GenerateOopMap::print_time();
 290   }
 291   if (ProfilerCheckIntervals) {
 292     PeriodicTask::print_intervals();
 293   }
 294   if (PrintSymbolTableSizeHistogram) {
 295     SymbolTable::print_histogram();
 296   }
 297   if (CountBytecodes || TraceBytecodes || StopInterpreterAt) {
 298     BytecodeCounter::print();
 299   }
 300   if (PrintBytecodePairHistogram) {
 301     BytecodePairHistogram::print();
 302   }
 303 
 304   if (PrintCodeCache) {
 305     MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
 306     CodeCache::print();
 307   }
 308 





 309   if (PrintClassStatistics) {
 310     SystemDictionary::print_class_statistics();
 311   }
 312   if (PrintMethodStatistics) {
 313     SystemDictionary::print_method_statistics();
 314   }
 315 
 316   if (PrintVtableStats) {
 317     klassVtable::print_statistics();
 318     klassItable::print_statistics();
 319   }
 320   if (VerifyOops) {
 321     tty->print_cr("+VerifyOops count: %d", StubRoutines::verify_oop_count());
 322   }
 323 
 324   print_bytecode_count();
 325   if (PrintMallocStatistics) {
 326     tty->print("allocation stats: ");
 327     alloc_stats.print();
 328     tty->cr();