changeset 33451 | 0712796e4039 |
parent 33160 | c59f1676d27e |
child 33632 | 038347770a9e |
--- 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);