< prev index next >

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

rename things

*** 21,37 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef CPU_PPC_VM_GC_SHARED_CARDTABLEMODREFBSCODEGEN_PPC_HPP ! #define CPU_PPC_VM_GC_SHARED_CARDTABLEMODREFBSCODEGEN_PPC_HPP #include "asm/macroAssembler.hpp" ! #include "gc/shared/modRefBarrierSetCodeGen.hpp" ! class CardTableModRefBSCodeGen: public ModRefBarrierSetCodeGen { protected: ! virtual void gen_write_ref_array_post_barrier(MacroAssembler* masm, DecoratorSet decorators, Register addr, Register count, Register preserve); }; ! #endif // CPU_PPC_VM_GC_SHARED_CARDTABLEMODREFBSCODEGEN_PPC_HPP --- 21,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef CPU_PPC_VM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_PPC_HPP ! #define CPU_PPC_VM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_PPC_HPP #include "asm/macroAssembler.hpp" ! #include "gc/shared/modRefBarrierSetAssembler.hpp" ! class CardTableBarrierSetAssembler: public ModRefBarrierSetAssembler { protected: ! virtual void gen_write_ref_array_post_barrier(MacroAssembler* masm, DecoratorSet decorators, Register addr, ! Register count, Register preserve); }; ! #endif // CPU_PPC_VM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_PPC_HPP
< prev index next >