< prev index next >

src/cpu/aarch64/vm/c1_CodeStubs_aarch64.cpp

Print this page

        

*** 325,334 **** --- 325,335 ---- } ce->align_call(lir_static_call); ce->emit_static_call_stub(); + if (ce->compilation()->bailed_out()) { return; } // CodeCache is full Address resolve(SharedRuntime::get_resolve_static_call_stub(), relocInfo::static_call_type); __ trampoline_call(resolve); ce->add_call_info_here(info());
< prev index next >