< prev index next >

src/hotspot/cpu/s390/macroAssembler_s390.hpp

Print this page

        

*** 591,601 **** } static int call_far_patchable_ret_addr_offset() { return call_far_patchable_size(); } static bool call_far_patchable_requires_alignment_nop(address pc) { - if (!os::is_MP()) return false; int size = call_far_patchable_size(); return ((intptr_t)(pc + size) & 0x03L) != 0; } // END OF PCrelative TOC access. --- 591,600 ----
< prev index next >