< prev index next >

src/hotspot/cpu/aarch64/gc/shared/barrierSetAssembler_aarch64.hpp

rename things

*** 20,40 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef CPU_AARCH64_VM_GC_SHARED_BARRIERSETCODEGEN_AARCH64_HPP ! #define CPU_AARCH64_VM_GC_SHARED_BARRIERSETCODEGEN_AARCH64_HPP #include "asm/macroAssembler.hpp" #include "memory/allocation.hpp" #include "oops/access.hpp" ! class BarrierSetCodeGen: public CHeapObj<mtGC> { public: virtual void arraycopy_prologue(MacroAssembler* masm, DecoratorSet decorators, bool is_oop, Register addr, Register count, RegSet saved_regs) {} virtual void arraycopy_epilogue(MacroAssembler* masm, DecoratorSet decorators, bool is_oop, Register start, Register end, Register tmp, RegSet saved_regs) {} }; ! #endif // CPU_AARCH64_VM_GC_SHARED_BARRIERSETCODEGEN_AARCH64_HPP --- 20,40 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef CPU_AARCH64_VM_GC_SHARED_BARRIERSETASSEMBLER_AARCH64_HPP ! #define CPU_AARCH64_VM_GC_SHARED_BARRIERSETASSEMBLER_AARCH64_HPP #include "asm/macroAssembler.hpp" #include "memory/allocation.hpp" #include "oops/access.hpp" ! class BarrierSetAssembler: public CHeapObj<mtGC> { public: virtual void arraycopy_prologue(MacroAssembler* masm, DecoratorSet decorators, bool is_oop, Register addr, Register count, RegSet saved_regs) {} virtual void arraycopy_epilogue(MacroAssembler* masm, DecoratorSet decorators, bool is_oop, Register start, Register end, Register tmp, RegSet saved_regs) {} }; ! #endif // CPU_AARCH64_VM_GC_SHARED_BARRIERSETASSEMBLER_AARCH64_HPP
< prev index next >