< prev index next >

src/share/vm/c1/c1_LIRAssembler.cpp

Print this page

        

*** 441,450 **** --- 441,451 ---- align_call(op->code()); } // emit the static call stub stuff out of line emit_static_call_stub(); + CHECK_BAILOUT(); switch (op->code()) { case lir_static_call: case lir_dynamic_call: call(op, relocInfo::static_call_type);
< prev index next >