--- old/src/share/vm/compiler/compileBroker.hpp 2013-10-10 17:08:05.608892024 +0200 +++ new/src/share/vm/compiler/compileBroker.hpp 2013-10-10 17:08:04.492892066 +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() {