hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 26919 361b4b4c92c0
parent 26796 666464578742
child 27420 04e6f914cce1
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Tue Sep 30 09:06:39 2014 +0200
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Tue Sep 30 15:44:43 2014 +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());