--- old/src/cpu/aarch64/vm/c1_LIRGenerator_aarch64.cpp 2016-07-12 14:05:01.124567564 +0200 +++ new/src/cpu/aarch64/vm/c1_LIRGenerator_aarch64.cpp 2016-07-12 14:05:01.056567562 +0200 @@ -808,7 +808,6 @@ } else { a = new LIR_Address(obj.result(), offset.result(), - LIR_Address::times_1, 0, as_BasicType(type)); } @@ -1002,7 +1001,6 @@ LIR_Address* a = new LIR_Address(base_op, index, - LIR_Address::times_1, offset, T_BYTE); BasicTypeList signature(3);