src/hotspot/share/code/compiledMethod.inline.hpp
changeset 59290 97d13893ec3c
parent 59247 56bf71d64d51
equal deleted inserted replaced
59289:c887851da33d 59290:97d13893ec3c
    25 #ifndef SHARE_CODE_COMPILEDMETHOD_INLINE_HPP
    25 #ifndef SHARE_CODE_COMPILEDMETHOD_INLINE_HPP
    26 #define SHARE_CODE_COMPILEDMETHOD_INLINE_HPP
    26 #define SHARE_CODE_COMPILEDMETHOD_INLINE_HPP
    27 
    27 
    28 #include "code/compiledMethod.hpp"
    28 #include "code/compiledMethod.hpp"
    29 #include "code/nativeInst.hpp"
    29 #include "code/nativeInst.hpp"
       
    30 #include "runtime/atomic.hpp"
    30 #include "runtime/frame.hpp"
    31 #include "runtime/frame.hpp"
    31 #include "runtime/orderAccess.hpp"
       
    32 
    32 
    33 inline bool CompiledMethod::is_deopt_pc(address pc) { return is_deopt_entry(pc) || is_deopt_mh_entry(pc); }
    33 inline bool CompiledMethod::is_deopt_pc(address pc) { return is_deopt_entry(pc) || is_deopt_mh_entry(pc); }
    34 
    34 
    35 // When using JVMCI the address might be off by the size of a call instruction.
    35 // When using JVMCI the address might be off by the size of a call instruction.
    36 inline bool CompiledMethod::is_deopt_entry(address pc) {
    36 inline bool CompiledMethod::is_deopt_entry(address pc) {