--- old/src/share/vm/compiler/compileBroker.hpp 2014-09-05 10:38:00.585388267 +0200 +++ new/src/share/vm/compiler/compileBroker.hpp 2014-09-05 10:38:00.417388274 +0200 @@ -436,7 +436,7 @@ static bool is_compilation_disabled_forever() { return _should_compile_new_jobs == shutdown_compilaton; } - static void handle_full_code_cache(); + static void handle_full_code_cache(int code_blob_type); // Ensures that warning is only printed once. static bool should_print_compiler_warning() { jint old = Atomic::cmpxchg(1, &_print_compilation_warning, 0);