< prev index next >

src/hotspot/cpu/arm/gc/g1/g1BarrierSetAssembler_arm.hpp

rename things
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef CPU_ARM_VM_GC_G1_G1BSCODEGEN_ARM_HPP
-#define CPU_ARM_VM_GC_G1_G1BSCODEGEN_ARM_HPP
+#ifndef CPU_ARM_VM_GC_G1_G1BARRIERSETASSEMBLER_ARM_HPP
+#define CPU_ARM_VM_GC_G1_G1BARRIERSETASSEMBLER_ARM_HPP
 
 #include "asm/macroAssembler.hpp"
-#include "gc/shared/modRefBarrierSetCodeGen.hpp"
+#include "gc/shared/modRefBarrierSetAssembler.hpp"
 
-class G1BarrierSetCodeGen: public ModRefBarrierSetCodeGen {
+class G1BarrierSetAssembler: public ModRefBarrierSetAssembler {
 protected:
   void gen_write_ref_array_pre_barrier(MacroAssembler* masm, DecoratorSet decorators,
                                        Register addr, Register count, , int callee_saved_regs);
   void gen_write_ref_array_post_barrier(MacroAssembler* masm, DecoratorSet decorators,
                                         Register addr, Register count, Register tmp);
 };
 
-#endif // CPU_ARM_VM_GC_G1_G1BSCODEGEN_ARM_HPP
+#endif // CPU_ARM_VM_GC_G1_G1BARRIERSETASSEMBLER_ARM_HPP
    
< prev index next >