--- old/src/share/vm/opto/compile.cpp 2014-10-09 08:53:09.595203916 +0200 +++ new/src/share/vm/opto/compile.cpp 2014-10-09 08:53:09.347203919 +0200 @@ -535,7 +535,6 @@ if (scratch_buffer_blob() == NULL) { // Let CompilerBroker disable further compilations. record_failure("Not enough space for scratch buffer in CodeCache"); - CompileBroker::handle_full_code_cache(CodeBlobType::NonNMethod); return; } }