< prev index next >

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

rename things

*** 21,43 **** * 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 #include "asm/macroAssembler.hpp" #include "memory/allocation.hpp" #include "oops/access.hpp" class InterpreterMacroAssembler; ! class BarrierSetCodeGen: 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 --- 21,43 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #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 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_BARRIERSETASSEMBLER_PPC_HPP
< prev index next >