hotspot/src/share/vm/ci/ciEnv.cpp
changeset 27420 04e6f914cce1
parent 26944 d515f86283be
child 27706 3f10f4ac2bd6
--- a/hotspot/src/share/vm/ci/ciEnv.cpp	Fri Oct 24 08:35:29 2014 +0200
+++ b/hotspot/src/share/vm/ci/ciEnv.cpp	Fri Oct 24 14:25:46 2014 +0200
@@ -1093,9 +1093,8 @@
     // JVMTI -- compiled method notification (must be done outside lock)
     nm->post_compiled_method_load_event();
   } else {
-    // The CodeCache is full. Print out warning and disable compilation.
+    // The CodeCache is full.
     record_failure("code cache is full");
-    CompileBroker::handle_full_code_cache(CodeCache::get_code_blob_type(comp_level));
   }
 }