src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp
changeset 58103 689a80d20550
parent 57804 9b7b9f16dfd9
child 58679 9c3209ff7550
equal deleted inserted replaced
58102:b2a4b22f8cf2 58103:689a80d20550
   596     assert(frame::arg_reg_save_area_bytes == 0, "not expecting frame reg save area");
   596     assert(frame::arg_reg_save_area_bytes == 0, "not expecting frame reg save area");
   597 #endif
   597 #endif
   598     BLOCK_COMMENT("call MacroAssembler::debug");
   598     BLOCK_COMMENT("call MacroAssembler::debug");
   599     __ mov(rscratch1, CAST_FROM_FN_PTR(address, MacroAssembler::debug64));
   599     __ mov(rscratch1, CAST_FROM_FN_PTR(address, MacroAssembler::debug64));
   600     __ blr(rscratch1);
   600     __ blr(rscratch1);
       
   601     __ hlt(0);
   601 
   602 
   602     return start;
   603     return start;
   603   }
   604   }
   604 
   605 
   605   void array_overlap_test(Label& L_no_overlap, Address::sxtw sf) { __ b(L_no_overlap); }
   606   void array_overlap_test(Label& L_no_overlap, Address::sxtw sf) { __ b(L_no_overlap); }