--- old/src/share/vm/opto/c2compiler.hpp 2015-10-02 15:58:58.330706718 +0200 +++ new/src/share/vm/opto/c2compiler.hpp 2015-10-02 15:58:58.222706721 +0200 @@ -41,7 +41,8 @@ // Compilation entry point for methods void compile_method(ciEnv* env, ciMethod* target, - int entry_bci); + int entry_bci, + DirectiveSet* directive); // sentinel value used to trigger backtracking in compile_method(). static const char* retry_no_subsuming_loads();