// When using JVMCI the address might be off by the size of a call instruction. inlinebool CompiledMethod::is_deopt_entry(address pc) { return pc == deopt_handler_begin() #if INCLUDE_JVMCI
|| (is_compiled_by_jvmci() && pc == (deopt_handler_begin() + NativeCall::instruction_size)) #endif
;
}
// ----------------------------------------------------------------------------- // CompiledMethod::get_deopt_original_pc // // Return the original PC for the given PC if: // (a) the given PC belongs to a nmethod and // (b) it is a deopt PC
// increment_count is only called under lock, but there may be concurrent readers. inlinevoid ExceptionCache::increment_count() { Atomic::release_store(&_count, _count + 1); }
#endif// SHARE_CODE_COMPILEDMETHOD_INLINE_HPP
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet am 2026-06-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.