--- old/src/share/vm/interpreter/interpreterRuntime.cpp 2014-08-29 15:59:14.836855110 +0200 +++ new/src/share/vm/interpreter/interpreterRuntime.cpp 2014-08-29 15:59:14.444855129 +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();