--- old/src/share/vm/compiler/abstractCompiler.hpp 2016-02-10 10:49:51.445356784 +0100 +++ new/src/share/vm/compiler/abstractCompiler.hpp 2016-02-10 10:49:51.337356780 +0100 @@ -177,7 +177,7 @@ void set_state (int state); void set_shut_down () { set_state(shut_down); } // Compilation entry point for methods - virtual void compile_method(ciEnv* env, ciMethod* target, int entry_bci, DirectiveSet* directive) { + virtual void compile_method(ciEnv* env, ciMethod* target, int entry_bci) { ShouldNotReachHere(); }