< prev index next >

src/hotspot/share/code/compiledMethod.inline.hpp

Print this page

        

*** 25,36 **** #ifndef SHARE_CODE_COMPILEDMETHOD_INLINE_HPP #define SHARE_CODE_COMPILEDMETHOD_INLINE_HPP #include "code/compiledMethod.hpp" #include "code/nativeInst.hpp" #include "runtime/frame.hpp" - #include "runtime/orderAccess.hpp" inline bool CompiledMethod::is_deopt_pc(address pc) { return is_deopt_entry(pc) || is_deopt_mh_entry(pc); } // When using JVMCI the address might be off by the size of a call instruction. inline bool CompiledMethod::is_deopt_entry(address pc) { --- 25,36 ---- #ifndef SHARE_CODE_COMPILEDMETHOD_INLINE_HPP #define SHARE_CODE_COMPILEDMETHOD_INLINE_HPP #include "code/compiledMethod.hpp" #include "code/nativeInst.hpp" + #include "runtime/atomic.hpp" #include "runtime/frame.hpp" inline bool CompiledMethod::is_deopt_pc(address pc) { return is_deopt_entry(pc) || is_deopt_mh_entry(pc); } // When using JVMCI the address might be off by the size of a call instruction. inline bool CompiledMethod::is_deopt_entry(address pc) {
< prev index next >