< prev index next >

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


*** 39,52 **** || (is_compiled_by_jvmci() && pc == (deopt_handler_begin() + NativeCall::instruction_size)) #endif ; } - inline void CompiledMethod::release_set_exception_cache(ExceptionCache *ec) { - OrderAccess::release_store(&_exception_cache, ec); - } - // ----------------------------------------------------------------------------- // CompiledMethod::get_deopt_original_pc // // Return the original PC for the given PC if: // (a) the given PC belongs to a nmethod and --- 39,48 ----
< prev index next >