hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.cpp
changeset 32086 7590882ae33a
parent 32082 2a3323e25de1
child 32596 8feecdee3156
child 32394 bbbc2f6d2367
equal deleted inserted replaced
32085:d869c505b624 32086:7590882ae33a
   683   if (Assembler::reachable_from_branch_at(pc(), entry.target())) {
   683   if (Assembler::reachable_from_branch_at(pc(), entry.target())) {
   684     bl(entry.target());
   684     bl(entry.target());
   685   } else {
   685   } else {
   686     bl(pc());
   686     bl(pc());
   687   }
   687   }
   688   return start_offset;
   688   // just need to return a non-null address
       
   689   return pc();
   689 }
   690 }
   690 
   691 
   691 
   692 
   692 // Emit a trampoline stub for a call to a target which is too far away.
   693 // Emit a trampoline stub for a call to a target which is too far away.
   693 //
   694 //