--- old/src/hotspot/cpu/s390/c1_LIRGenerator_s390.cpp 2018-03-13 05:52:58.265578897 -0700 +++ new/src/hotspot/cpu/s390/c1_LIRGenerator_s390.cpp 2018-03-13 05:52:58.056559936 -0700 @@ -226,10 +226,6 @@ __ cmp_reg_mem(condition, reg, new LIR_Address(base, disp, type), info); } -void LIRGenerator::cmp_reg_mem(LIR_Condition condition, LIR_Opr reg, LIR_Opr base, LIR_Opr disp, BasicType type, CodeEmitInfo* info) { - __ cmp_reg_mem(condition, reg, new LIR_Address(base, disp, type), info); -} - bool LIRGenerator::strength_reduce_multiply(LIR_Opr left, int c, LIR_Opr result, LIR_Opr tmp) { if (tmp->is_valid()) { if (is_power_of_2(c + 1)) {