--- old/src/share/vm/runtime/sharedRuntime.cpp 2014-09-30 15:26:16.138809258 +0200 +++ new/src/share/vm/runtime/sharedRuntime.cpp 2014-09-30 15:26:15.938809267 +0200 @@ -2422,7 +2422,7 @@ // Ought to log this but compile log is only per compile thread // and we're some non descript Java thread. MutexUnlocker mu(AdapterHandlerLibrary_lock); - CompileBroker::handle_full_code_cache(CodeBlobType::NonMethod); + CompileBroker::handle_full_code_cache(CodeBlobType::NonNMethod); return NULL; // Out of CodeCache space } entry->relocate(new_adapter->content_begin());