< prev index next >

src/hotspot/cpu/s390/gc/shared/cardTableBarrierSetAssembler_s390.hpp

rename things

*** 21,38 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef CPU_X86_VM_GC_SHARED_CARDTABLEMODREFBSCODEGEN_X86_HPP ! #define CPU_X86_VM_GC_SHARED_CARDTABLEMODREFBSCODEGEN_X86_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, bool do_return); }; ! #endif // CPU_X86_VM_GC_SHARED_CARDTABLEMODREFBSCODEGEN_X86_HPP --- 21,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef CPU_X86_VM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_X86_HPP ! #define CPU_X86_VM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_X86_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, bool do_return); }; ! #endif // CPU_X86_VM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_X86_HPP
< prev index next >