hotspot/src/share/vm/ci/ciEnv.cpp
changeset 26796 666464578742
parent 26587 e8b28fa936af
child 26944 d515f86283be
--- a/hotspot/src/share/vm/ci/ciEnv.cpp	Tue Sep 16 14:39:11 2014 +0200
+++ b/hotspot/src/share/vm/ci/ciEnv.cpp	Wed Sep 17 08:00:07 2014 +0200
@@ -34,6 +34,7 @@
 #include "ci/ciUtilities.hpp"
 #include "classfile/systemDictionary.hpp"
 #include "classfile/vmSymbols.hpp"
+#include "code/codeCache.hpp"
 #include "code/scopeDesc.hpp"
 #include "compiler/compileBroker.hpp"
 #include "compiler/compileLog.hpp"
@@ -1085,7 +1086,7 @@
   } else {
     // The CodeCache is full. Print out warning and disable compilation.
     record_failure("code cache is full");
-    CompileBroker::handle_full_code_cache();
+    CompileBroker::handle_full_code_cache(CodeCache::get_code_blob_type(comp_level));
   }
 }