hotspot/src/share/vm/opto/compile.cpp
changeset 13964 01a2b863cc61
parent 13895 f6dfe4123709
child 13969 d2a189b83b87
--- a/hotspot/src/share/vm/opto/compile.cpp	Fri Oct 05 13:37:08 2012 -0700
+++ b/hotspot/src/share/vm/opto/compile.cpp	Fri Oct 05 18:57:10 2012 -0700
@@ -828,6 +828,9 @@
                            has_unsafe_access(),
                            SharedRuntime::is_wide_vector(max_vector_size())
                            );
+
+    if (log() != NULL) // Print code cache state into compiler log
+      log()->code_cache_state();
   }
 }