--- old/src/share/vm/ci/ciEnv.cpp 2014-10-13 17:32:17.004926332 +0200 +++ new/src/share/vm/ci/ciEnv.cpp 2014-10-13 17:32:15.868926375 +0200 @@ -1093,9 +1093,8 @@ // JVMTI -- compiled method notification (must be done outside lock) nm->post_compiled_method_load_event(); } else { - // The CodeCache is full. Print out warning and disable compilation. + // The CodeCache is full. record_failure("code cache is full"); - CompileBroker::handle_full_code_cache(CodeCache::get_code_blob_type(comp_level)); } }