< prev index next >

src/hotspot/share/c1/c1_LIR.hpp

Print this page
rev 51408 : [mq]: cleanup-c1.patch

*** 921,931 **** , lir_roundfp , lir_safepoint , lir_pack64 , lir_unpack64 , lir_unwind - , lir_shenandoah_wb , end_op1 , begin_op2 , lir_cmp , lir_cmp_l2i , lir_ucmp_fd2i --- 921,930 ----
*** 1448,1457 **** --- 1447,1457 ---- virtual void emit_code(LIR_Assembler* masm); virtual LIR_OpBranch* as_OpBranch() { return this; } virtual void print_instr(outputStream* out) const PRODUCT_RETURN; }; + class ConversionStub; class LIR_OpConvert: public LIR_Op1 { friend class LIR_OpVisitState;
< prev index next >