src/share/vm/opto/compile.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/compile.cpp	Fri Sep  5 10:38:00 2014
--- new/src/share/vm/opto/compile.cpp	Fri Sep  5 10:38:00 2014

*** 533,543 **** --- 533,543 ---- set_scratch_buffer_blob(blob); // Have we run out of code space? 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::NonMethod); return; } } // Initialize the relocation buffers

src/share/vm/opto/compile.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File