src/hotspot/share/code/compiledMethod.inline.hpp
changeset 52405 c0c6cdea32f1
parent 49816 a3e79f97e86b
child 53244 9807daeb47c4
equal deleted inserted replaced
52404:32408804acd4 52405:c0c6cdea32f1
    39     || (is_compiled_by_jvmci() && pc == (deopt_handler_begin() + NativeCall::instruction_size))
    39     || (is_compiled_by_jvmci() && pc == (deopt_handler_begin() + NativeCall::instruction_size))
    40 #endif
    40 #endif
    41     ;
    41     ;
    42 }
    42 }
    43 
    43 
    44 inline void CompiledMethod::release_set_exception_cache(ExceptionCache *ec) {
       
    45   OrderAccess::release_store(&_exception_cache, ec);
       
    46 }
       
    47 
       
    48 // -----------------------------------------------------------------------------
    44 // -----------------------------------------------------------------------------
    49 // CompiledMethod::get_deopt_original_pc
    45 // CompiledMethod::get_deopt_original_pc
    50 //
    46 //
    51 // Return the original PC for the given PC if:
    47 // Return the original PC for the given PC if:
    52 // (a) the given PC belongs to a nmethod and
    48 // (a) the given PC belongs to a nmethod and