hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 27420 04e6f914cce1
parent 26919 361b4b4c92c0
child 28039 bf5a8340bf8a
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Fri Oct 24 08:35:29 2014 +0200
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Fri Oct 24 14:25:46 2014 +0200
@@ -1077,7 +1077,6 @@
 address SignatureHandlerLibrary::set_handler_blob() {
   BufferBlob* handler_blob = BufferBlob::create("native signature handlers", blob_size);
   if (handler_blob == NULL) {
-    CompileBroker::handle_full_code_cache(CodeBlobType::NonNMethod);
     return NULL;
   }
   address handler = handler_blob->code_begin();