< prev index next >

src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp

Print this page
@@ -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
< prev index next >