--- old/src/share/vm/jvmci/jvmciCompiler.cpp 2016-01-21 11:16:26.117288190 +0100 +++ new/src/share/vm/jvmci/jvmciCompiler.cpp 2016-01-21 11:16:25.981288185 +0100 @@ -191,7 +191,7 @@ } // Compilation entry point for methods -void JVMCICompiler::compile_method(ciEnv* env, ciMethod* target, int entry_bci, DirectiveSet* directive) { +void JVMCICompiler::compile_method(ciEnv* env, ciMethod* target, int entry_bci) { ShouldNotReachHere(); }