< prev index next >

src/hotspot/cpu/arm/gc/shared/barrierSetAssembler_arm.hpp

rename things
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef CPU_ARM_VM_GC_SHARED_BARRIERSETCODEGEN_ARM_HPP
-#define CPU_ARM_VM_GC_SHARED_BARRIERSETCODEGEN_ARM_HPP
+#ifndef CPU_ARM_VM_GC_SHARED_BARRIERSETASSEMBLER_ARM_HPP
+#define CPU_ARM_VM_GC_SHARED_BARRIERSETASSEMBLER_ARM_HPP
 
 #include "asm/macroAssembler.hpp"
 #include "memory/allocation.hpp"
 #include "oops/access.hpp"
 
-class BarrierSetCodeGen: public CHeapObj<mtGC> {
+class BarrierSetAssembler: public CHeapObj<mtGC> {
 public:
   virtual void arraycopy_prologue(MacroAssembler* masm, DecoratorSet decorators, bool is_oop,
                                   Register addr, Register count, , int callee_saved_regs) {}
   virtual void arraycopy_epilogue(MacroAssembler* masm, DecoratorSet decorators, bool is_oop,
                                   Register addr, Register count, Register tmp) {}
 };
 
-#endif // CPU_ARM_VM_GC_SHARED_BARRIERSETCODEGEN_ARM_HPP
+#endif // CPU_ARM_VM_GC_SHARED_BARRIERSETASSEMBLER_ARM_HPP
    
< prev index next >