src/share/vm/shark/sharkCompiler.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/shark/sharkCompiler.hpp	Thu Oct  8 14:07:21 2015
--- new/src/share/vm/shark/sharkCompiler.hpp	Thu Oct  8 14:07:21 2015

*** 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 **** --- 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