--- old/src/share/vm/opto/c2compiler.hpp 2015-09-25 16:23:22.310913900 +0200 +++ new/src/share/vm/opto/c2compiler.hpp 2015-09-25 16:23:22.218913903 +0200 @@ -41,7 +41,8 @@ // Compilation entry point for methods void compile_method(ciEnv* env, ciMethod* target, - int entry_bci); + int entry_bci, + DirectiveSet* dirset); // sentinel value used to trigger backtracking in compile_method(). static const char* retry_no_subsuming_loads();