< prev index next >

src/hotspot/share/c1/c1_LIRAssembler.cpp

Print this page

        

*** 444,457 **** void LIR_Assembler::emit_call(LIR_OpJavaCall* op) { verify_oop_map(op->info()); ! if (os::is_MP()) { ! // must align calls sites, otherwise they can't be updated atomically on MP hardware align_call(op->code()); - } // emit the static call stub stuff out of line emit_static_call_stub(); CHECK_BAILOUT(); --- 444,455 ---- void LIR_Assembler::emit_call(LIR_OpJavaCall* op) { verify_oop_map(op->info()); ! // must align calls sites, otherwise they can't be updated atomically align_call(op->code()); // emit the static call stub stuff out of line emit_static_call_stub(); CHECK_BAILOUT();
< prev index next >