< prev index next >

src/hotspot/cpu/arm/c1_LIRAssembler_arm.cpp

Print this page
rev 51327 : Make C1 write-barrier use a stub instead of dedicated instruction

*** 1142,1156 **** default: assert(op->cond() == lir_cond_always, "must be"); } __ b(*(op->label()), acond); } - #if INCLUDE_SHENANDOAHGC - void LIR_Assembler::emit_opShenandoahWriteBarrier(LIR_OpShenandoahWriteBarrier* op) { - Unimplemented(); - } - #endif void LIR_Assembler::emit_opConvert(LIR_OpConvert* op) { LIR_Opr src = op->in_opr(); LIR_Opr dest = op->result_opr(); --- 1142,1151 ----
< prev index next >