--- old/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp 2016-07-12 14:05:01.872567586 +0200 +++ new/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp 2016-07-12 14:05:01.808567584 +0200 @@ -761,7 +761,6 @@ } else { a = new LIR_Address(obj.result(), offset.result(), - LIR_Address::times_1, 0, as_BasicType(type)); } @@ -1081,7 +1080,6 @@ LIR_Address* a = new LIR_Address(base_op, index, - LIR_Address::times_1, offset, T_BYTE); BasicTypeList signature(3); @@ -1157,13 +1155,11 @@ LIR_Address* addr_a = new LIR_Address(result_a, result_aOffset, - LIR_Address::times_1, constant_aOffset, T_BYTE); LIR_Address* addr_b = new LIR_Address(result_b, result_bOffset, - LIR_Address::times_1, constant_bOffset, T_BYTE);