< prev index next >

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

rename things
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef CPU_X86_VM_GC_G1_BARRIERSETCODEGEN_X86_HPP
-#define CPU_X86_VM_GC_G1_BARRIERSETCODEGEN_X86_HPP
+#ifndef CPU_X86_VM_GC_G1_BARRIERSETASSEMBLER_X86_HPP
+#define CPU_X86_VM_GC_G1_BARRIERSETASSEMBLER_X86_HPP
 
 #include "asm/macroAssembler.hpp"
 #include "memory/allocation.hpp"
 #include "oops/access.hpp"
 
 class InterpreterMacroAssembler;
 
-class BarrierSetCodeGen: public CHeapObj<mtGC> {
+class BarrierSetAssembler: public CHeapObj<mtGC> {
 protected:
 public:
   virtual void arraycopy_prologue(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
                                   Register src, Register dst, Register count) {}
   virtual void arraycopy_epilogue(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
                                   Register src, Register dst, Register count) {}
 };
 
-#endif // CPU_X86_VM_GC_G1_BARRIERSETCODEGEN_X86_HPP
+#endif // CPU_X86_VM_GC_G1_BARRIERSETASSEMBLER_X86_HPP
    
< prev index next >