--- old/src/hotspot/cpu/arm/gc/shared/barrierSetAssembler_arm.hpp 2018-04-30 11:27:53.173357298 +0200 +++ new/src/hotspot/cpu/arm/gc/shared/barrierSetAssembler_arm.hpp 2018-04-30 11:27:53.065303298 +0200 @@ -36,6 +36,11 @@ virtual void arraycopy_epilogue(MacroAssembler* masm, DecoratorSet decorators, bool is_oop, Register addr, Register count, Register tmp) {} + virtual void load_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type, + Register dst, Address src, Register tmp1, Register tmp2, Register tmp3); + virtual void store_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type, + Address obj, Register new_val, Register tmp1, Register tmp2, Register tmp3, bool is_null); + virtual void barrier_stubs_init() {} };