< prev index next >

src/hotspot/cpu/aarch64/gc/shared/cardTableBarrierSetAssembler_aarch64.hpp

Print this page
@@ -44,9 +44,9 @@
    virtual void arraycopy_epilogue(MacroAssembler* masm, DecoratorSet decorators, bool is_oop,
                                    Register start, Register count, Register tmp, RegSet saved_regs);
    virtual void store_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
                          Address dst, Register val, Register tmp1, Register tmp2, Register tmp3);
  
-   void store_check(MacroAssembler* masm, Register obj, Address dst);
+   void store_check(MacroAssembler* masm, Register obj, Address dst, Register rscratch);
  };
  
  #endif // CPU_AARCH64_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_AARCH64_HPP
< prev index next >