hotspot/src/share/vm/opto/compile.cpp
changeset 27420 04e6f914cce1
parent 27147 ed83dc5777e6
child 27706 3f10f4ac2bd6
equal deleted inserted replaced
27419:a934f24b4dcf 27420:04e6f914cce1
   533     set_scratch_buffer_blob(blob);
   533     set_scratch_buffer_blob(blob);
   534     // Have we run out of code space?
   534     // Have we run out of code space?
   535     if (scratch_buffer_blob() == NULL) {
   535     if (scratch_buffer_blob() == NULL) {
   536       // Let CompilerBroker disable further compilations.
   536       // Let CompilerBroker disable further compilations.
   537       record_failure("Not enough space for scratch buffer in CodeCache");
   537       record_failure("Not enough space for scratch buffer in CodeCache");
   538       CompileBroker::handle_full_code_cache(CodeBlobType::NonNMethod);
       
   539       return;
   538       return;
   540     }
   539     }
   541   }
   540   }
   542 
   541 
   543   // Initialize the relocation buffers
   542   // Initialize the relocation buffers