diff -r 08222df07d0d -r 0712796e4039 hotspot/src/share/vm/jvmci/jvmciCompiler.hpp --- a/hotspot/src/share/vm/jvmci/jvmciCompiler.hpp Tue Oct 20 13:36:20 2015 +0000 +++ b/hotspot/src/share/vm/jvmci/jvmciCompiler.hpp Tue Oct 20 18:07:28 2015 +0200 @@ -69,7 +69,7 @@ void bootstrap(); // Compilation entry point for methods - virtual void compile_method(ciEnv* env, ciMethod* target, int entry_bci); + virtual void compile_method(ciEnv* env, ciMethod* target, int entry_bci, DirectiveSet* directive); void compile_method(methodHandle target, int entry_bci, JVMCIEnv* env);