comparison src/share/vm/runtime/java.cpp @ 7621:557bda927cc2

Merge
author sla
date Fri, 18 Jan 2013 14:15:51 +0100
parents 212c5b9c38e7
children 3ac7d10a6572 db9981fd3124
comparison
equal deleted inserted replaced
7620:e94ed1591b42 7621:557bda927cc2
366 void print_statistics() { 366 void print_statistics() {
367 367
368 if (CITime) { 368 if (CITime) {
369 CompileBroker::print_times(); 369 CompileBroker::print_times();
370 } 370 }
371
372 if (PrintCodeCache) {
373 MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
374 CodeCache::print();
375 }
376
371 #ifdef COMPILER2 377 #ifdef COMPILER2
372 if (PrintPreciseBiasedLockingStatistics) { 378 if (PrintPreciseBiasedLockingStatistics) {
373 OptoRuntime::print_named_counters(); 379 OptoRuntime::print_named_counters();
374 } 380 }
375 #endif 381 #endif