< prev index next >

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

rename things
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef CPU_AARCH64_VM_GC_SHARED_CARDTABLEMODREFBSCODEGEN_AARCH64_HPP
-#define CPU_AARCH64_VM_GC_SHARED_CARDTABLEMODREFBSCODEGEN_AARCH64_HPP
+#ifndef CPU_AARCH64_VM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_AARCH64_HPP
+#define CPU_AARCH64_VM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_AARCH64_HPP
 
 #include "asm/macroAssembler.hpp"
-#include "gc/shared/modRefBarrierSetCodeGen.hpp"
+#include "gc/shared/modRefBarrierSetAssembler.hpp"
 
-class CardTableModRefBSCodeGen: public ModRefBSCodeGen {
+class CardTableBarrierSetAssembler: public ModRefBarrierSetAssembler {
 protected:
   virtual void gen_write_ref_array_post_barrier(MacroAssembler* masm, DecoratorSet decorators,
                                                 Register start, Register end, Register tmp, RegSet saved_regs);
 };
 
-#endif // #ifndef CPU_AARCH64_VM_GC_SHARED_CARDTABLEMODREFBSCODEGEN_AARCH64_HPP
+#endif // #ifndef CPU_AARCH64_VM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_AARCH64_HPP
    
< prev index next >