< prev index next >

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

Print this page
*** 28,11 ***
  #include "asm/macroAssembler.hpp"
  #include "gc/shared/modRefBarrierSetAssembler.hpp"
  
  class CardTableBarrierSetAssembler: public ModRefBarrierSetAssembler {
  protected:
!   void store_check(MacroAssembler* masm, Register obj, Address dst);
  
    virtual void gen_write_ref_array_post_barrier(MacroAssembler* masm, DecoratorSet decorators,
                                                  Register start, Register count, Register tmp, RegSet saved_regs);
    virtual void oop_store_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
                              Address dst, Register val, Register tmp1, Register tmp2, Register tmp3);
--- 28,11 ---
  #include "asm/macroAssembler.hpp"
  #include "gc/shared/modRefBarrierSetAssembler.hpp"
  
  class CardTableBarrierSetAssembler: public ModRefBarrierSetAssembler {
  protected:
!   void store_check(MacroAssembler* masm, Register obj, Address dst, Register rscratch);
  
    virtual void gen_write_ref_array_post_barrier(MacroAssembler* masm, DecoratorSet decorators,
                                                  Register start, Register count, Register tmp, RegSet saved_regs);
    virtual void oop_store_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
                              Address dst, Register val, Register tmp1, Register tmp2, Register tmp3);
< prev index next >