--- old/src/share/vm/interpreter/interpreterRuntime.cpp 2014-08-28 12:47:07.335044736 +0200 +++ new/src/share/vm/interpreter/interpreterRuntime.cpp 2014-08-28 12:47:07.195044743 +0200 @@ -1077,7 +1077,7 @@ address SignatureHandlerLibrary::set_handler_blob() { BufferBlob* handler_blob = BufferBlob::create("native signature handlers", blob_size); if (handler_blob == NULL) { - CompileBroker::handle_full_code_cache(); + CompileBroker::handle_full_code_cache(CodeBlobType::NonMethod); return NULL; } address handler = handler_blob->code_begin();