< prev index next >

src/hotspot/share/compiler/compilationPolicy.hpp

Print this page
rev 56522 : 8165056: move JIT Compiler related files from runtime/ to compiler/ directory
Reviewed-by: kvn, coleenp

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_RUNTIME_COMPILATIONPOLICY_HPP ! #define SHARE_RUNTIME_COMPILATIONPOLICY_HPP #include "code/nmethod.hpp" #include "compiler/compileBroker.hpp" #include "memory/allocation.hpp" #include "runtime/vmOperations.hpp" --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_COMPILER_COMPILATIONPOLICY_HPP ! #define SHARE_COMPILER_COMPILATIONPOLICY_HPP #include "code/nmethod.hpp" #include "compiler/compileBroker.hpp" #include "memory/allocation.hpp" #include "runtime/vmOperations.hpp"
*** 108,113 **** virtual CompileTask* select_task(CompileQueue* compile_queue); virtual nmethod* event(const methodHandle& method, const methodHandle& inlinee, int branch_bci, int bci, CompLevel comp_level, CompiledMethod* nm, JavaThread* thread); }; ! #endif // SHARE_RUNTIME_COMPILATIONPOLICY_HPP --- 108,113 ---- virtual CompileTask* select_task(CompileQueue* compile_queue); virtual nmethod* event(const methodHandle& method, const methodHandle& inlinee, int branch_bci, int bci, CompLevel comp_level, CompiledMethod* nm, JavaThread* thread); }; ! #endif // SHARE_COMPILER_COMPILATIONPOLICY_HPP
< prev index next >