--- old/src/share/vm/compiler/compileBroker.hpp 2013-10-11 15:44:35.481819671 +0200 +++ new/src/share/vm/compiler/compileBroker.hpp 2013-10-11 15:44:35.237819680 +0200 @@ -401,7 +401,7 @@ jint old = Atomic::cmpxchg(new_state, &_should_compile_new_jobs, 1-new_state); return (old == (1-new_state)); } - static void handle_full_code_cache(); + static void handle_full_code_cache(int code_blob_type); // Return total compilation ticks static jlong total_compilation_ticks() {