--- old/src/share/vm/opto/c2compiler.hpp 2015-10-07 12:14:50.009344401 +0200 +++ new/src/share/vm/opto/c2compiler.hpp 2015-10-07 12:14:49.917344397 +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();