--- old/src/share/vm/interpreter/interpreterRuntime.cpp 2014-10-13 17:32:17.020926331 +0200 +++ new/src/share/vm/interpreter/interpreterRuntime.cpp 2014-10-13 17:32:15.872926375 +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();