--- old/src/share/vm/interpreter/interpreterRuntime.cpp 2014-09-05 10:38:00.817388256 +0200 +++ new/src/share/vm/interpreter/interpreterRuntime.cpp 2014-09-05 10:38:00.529388269 +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();