@@ -209,10 +209,11 @@ //-------------------------------------------------------------------------------- void NativeJump::verify() { ; } + address NativeJump::jump_destination() const { address dest = MacroAssembler::target_addr_for_insn(instruction_address()); // We use jump to self as the unresolved address which the inline // cache code (and relocs) know about