< prev index next >

src/hotspot/cpu/arm/arm.ad

Print this page
rev 53683 : 8218625: Remove dead code in relocInfo
Reviewed-by: TBD

*** 350,360 **** __ raw_pop(FP, LR); // If this does safepoint polling, then do it here if (do_polling() && ra_->C->is_method_compilation()) { // mov_slow here is usually one or two instruction ! __ mov_address(Rtemp, (address)os::get_polling_page(), symbolic_Relocation::polling_page_reference); __ relocate(relocInfo::poll_return_type); __ ldr(Rtemp, Address(Rtemp)); } } --- 350,360 ---- __ raw_pop(FP, LR); // If this does safepoint polling, then do it here if (do_polling() && ra_->C->is_method_compilation()) { // mov_slow here is usually one or two instruction ! __ mov_address(Rtemp, (address)os::get_polling_page()); __ relocate(relocInfo::poll_return_type); __ ldr(Rtemp, Address(Rtemp)); } }
< prev index next >