--- old/src/share/vm/ci/ciEnv.cpp 2014-06-03 09:37:21.432392918 +0200 +++ new/src/share/vm/ci/ciEnv.cpp 2014-06-03 09:37:20.632392893 +0200 @@ -1099,7 +1099,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)); } }