# HG changeset patch # User Thomas Wuerthinger # Date 1362690247 -3600 # Node ID 5977a55503e91ba647ede94bc89b2b491567abc8 # Parent 3c29f7da5c66a2ed07305e100de11846727b4977 Fix product build. diff -r 3c29f7da5c66 -r 5977a55503e9 src/share/vm/runtime/java.cpp --- a/src/share/vm/runtime/java.cpp Thu Mar 07 21:33:03 2013 +0100 +++ b/src/share/vm/runtime/java.cpp Thu Mar 07 22:04:07 2013 +0100 @@ -249,13 +249,10 @@ Runtime1::print_statistics(); Deoptimization::print_statistics(); SharedRuntime::print_statistics(); + nmethod::print_statistics(); } #endif /* COMPILER1 */ - if(PrintNMethodStatistics) { - nmethod::print_statistics(); - } - #ifdef COMPILER2 if ((PrintOptoStatistics || LogVMOutput || LogCompilation) && UseCompiler) { FlagSetting fs(DisplayVMOutput, DisplayVMOutput && PrintOptoStatistics); @@ -376,10 +373,6 @@ CompileBroker::print_times(); } - if(PrintNMethodStatistics) { - nmethod::print_statistics(); - } - if (PrintCodeCache) { MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag); CodeCache::print();