< prev index next >

src/hotspot/share/c1/c1_LIR.cpp

Print this page
rev 59190 : imported patch hotspot-01

*** 453,464 **** case lir_return: // input always valid, result and info always invalid case lir_leal: // input and result always valid, info always invalid case lir_monaddr: // input and result always valid, info always invalid case lir_null_check: // input and info always valid, result always invalid case lir_move: // input and result always valid, may have info - case lir_pack64: // input and result always valid - case lir_unpack64: // input and result always valid { assert(op->as_Op1() != NULL, "must be"); LIR_Op1* op1 = (LIR_Op1*)op; if (op1->_info) do_info(op1->_info); --- 453,462 ----
*** 1646,1657 **** case lir_throw: s = "throw"; break; case lir_unwind: s = "unwind"; break; case lir_convert: s = "convert"; break; case lir_alloc_object: s = "alloc_obj"; break; case lir_monaddr: s = "mon_addr"; break; - case lir_pack64: s = "pack64"; break; - case lir_unpack64: s = "unpack64"; break; // LIR_Op2 case lir_cmp: s = "cmp"; break; case lir_cmp_l2i: s = "cmp_l2i"; break; case lir_ucmp_fd2i: s = "ucomp_fd2i"; break; case lir_cmp_fd2i: s = "comp_fd2i"; break; --- 1644,1653 ----
< prev index next >