--- old/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.hpp 2019-07-12 11:38:18.312334126 +0000 +++ new/src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.hpp 2019-07-12 11:38:17.220288271 +0000 @@ -82,5 +82,7 @@ void store_parameter(Register r, int offset_from_esp_in_words); void store_parameter(jint c, int offset_from_esp_in_words); void store_parameter(jobject c, int offset_from_esp_in_words); + void arraycopy_valuetype_check(Register obj, Register tmp, CodeStub* slow_path, bool is_dest); + void move(LIR_Opr src, LIR_Opr dst); #endif // CPU_AARCH64_C1_LIRASSEMBLER_AARCH64_HPP