hotspot/src/share/vm/runtime/java.cpp
changeset 15201 f3d755b11424
parent 14583 d70ee55535f4
child 15202 9304f658b07e
--- a/hotspot/src/share/vm/runtime/java.cpp	Mon Jan 14 13:44:49 2013 -0500
+++ b/hotspot/src/share/vm/runtime/java.cpp	Mon Jan 14 13:52:08 2013 -0500
@@ -368,6 +368,12 @@
   if (CITime) {
     CompileBroker::print_times();
   }
+
+  if (PrintCodeCache) {
+    MutexLockerEx mu(CodeCache_lock, Mutex::_no_safepoint_check_flag);
+    CodeCache::print();
+  }
+
 #ifdef COMPILER2
   if (PrintPreciseBiasedLockingStatistics) {
     OptoRuntime::print_named_counters();