--- old/src/share/vm/interpreter/interpreterRuntime.cpp 2014-09-30 15:26:14.306809343 +0200 +++ new/src/share/vm/interpreter/interpreterRuntime.cpp 2014-09-30 15:26:13.986809358 +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(CodeBlobType::NonMethod); + CompileBroker::handle_full_code_cache(CodeBlobType::NonNMethod); return NULL; } address handler = handler_blob->code_begin();