--- old/src/share/vm/compiler/abstractCompiler.hpp 2016-01-22 13:53:33.421288490 +0100 +++ new/src/share/vm/compiler/abstractCompiler.hpp 2016-01-22 13:53:33.317288486 +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(); }