--- old/src/share/vm/runtime/java.cpp 2013-09-03 12:50:08.090442692 +0200 +++ new/src/share/vm/runtime/java.cpp 2013-09-03 12:50:08.022442695 +0200 @@ -306,11 +306,6 @@ CodeCache::print(); } - if (PrintCodeCache2) { - MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag); - CodeCache::print_internals(); - } - if (PrintClassStatistics) { SystemDictionary::print_class_statistics(); }