< prev index next >

src/hotspot/cpu/x86/gc/shared/cardTableBarrierSetAssembler_x86.hpp

Print this page
@@ -31,11 +31,11 @@
  class CardTableBarrierSetAssembler: public BarrierSetAssembler {
  protected:
    virtual void gen_write_ref_array_pre_barrier(MacroAssembler* masm, DecoratorSet decorators,
                                                 Register addr, Register count) {}
  
-   void store_check(MacroAssembler* masm, Register obj, Address dst);
+   void store_check(MacroAssembler* masm, Register obj, Address dst, Register rscratch);
  
    virtual void gen_write_ref_array_post_barrier(MacroAssembler* masm, DecoratorSet decorators, Register addr, Register count, Register tmp);
  
    virtual void oop_store_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
                              Address dst, Register val, Register tmp1, Register tmp2, Register tmp3);
< prev index next >