src/share/vm/shark/sharkCompiler.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/shark/sharkCompiler.hpp

src/share/vm/shark/sharkCompiler.hpp

Print this page
rev 9030 : 8137167: JEP165: Compiler Control: Implementation task
Summary:
Reviewed-by:

*** 28,37 **** --- 28,38 ---- #include "ci/ciEnv.hpp" #include "ci/ciMethod.hpp" #include "compiler/abstractCompiler.hpp" #include "compiler/compileBroker.hpp" + #include "compiler/compilerDirectives.hpp" #include "shark/llvmHeaders.hpp" #include "shark/sharkMemoryManager.hpp" class SharkContext;
*** 52,62 **** // Initialization void initialize(); // Compile a normal (bytecode) method and install it in the VM ! void compile_method(ciEnv* env, ciMethod* target, int entry_bci); // Print compilation timers and statistics void print_timers(); // Generate a wrapper for a native (JNI) method --- 53,63 ---- // Initialization void initialize(); // Compile a normal (bytecode) method and install it in the VM ! void compile_method(ciEnv* env, ciMethod* target, int entry_bci, DirectiveSet* dirset); // Print compilation timers and statistics void print_timers(); // Generate a wrapper for a native (JNI) method
src/share/vm/shark/sharkCompiler.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File