hotspot/src/share/vm/opto/compile.cpp
changeset 26919 361b4b4c92c0
parent 26913 9ad70cd32368
child 27016 58e6c6d54017
--- a/hotspot/src/share/vm/opto/compile.cpp	Tue Sep 30 09:06:39 2014 +0200
+++ b/hotspot/src/share/vm/opto/compile.cpp	Tue Sep 30 15:44:43 2014 +0200
@@ -535,7 +535,7 @@
     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);
+      CompileBroker::handle_full_code_cache(CodeBlobType::NonNMethod);
       return;
     }
   }