< prev index next >

src/hotspot/cpu/ppc/gc/shared/barrierSetAssembler_ppc.hpp

rename things
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef CPU_PPC_VM_GC_SHARED_BARRIERSETCODEGEN_PPC_HPP
-#define CPU_PPC_VM_GC_SHARED_BARRIERSETCODEGEN_PPC_HPP
+#ifndef CPU_PPC_VM_GC_SHARED_BARRIERSETASSEMBLER_PPC_HPP
+#define CPU_PPC_VM_GC_SHARED_BARRIERSETASSEMBLER_PPC_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> {
 public:
   virtual void arraycopy_prologue(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
                                   Register src, Register dst, Register count, Register preserve1, Register preserve2) {}
   virtual void arraycopy_epilogue(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
                                   Register dst, Register count, Register preserve) {}
 };
 
-#endif // CPU_PPC_VM_GC_SHARED_BARRIERSETCODEGEN_PPC_HPP
+#endif // CPU_PPC_VM_GC_SHARED_BARRIERSETASSEMBLER_PPC_HPP
    
< prev index next >