src/share/vm/runtime/java.cpp

Print this page

        

@@ -304,15 +304,10 @@
   if (PrintCodeCache) {
     MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
     CodeCache::print();
   }
 
-  if (PrintCodeCache2) {
-    MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
-    CodeCache::print_internals();
-  }
-
   if (PrintClassStatistics) {
     SystemDictionary::print_class_statistics();
   }
   if (PrintMethodStatistics) {
     SystemDictionary::print_method_statistics();