--- old/src/share/vm/ci/ciEnv.cpp 2014-04-14 10:01:23.767015788 +0200 +++ new/src/share/vm/ci/ciEnv.cpp 2014-04-14 10:01:22.903015756 +0200 @@ -1098,7 +1098,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)); } }