src/hotspot/cpu/arm/gc/shared/cardTableBarrierSetAssembler_arm.hpp
changeset 53244 9807daeb47c4
parent 49950 7b916885654d
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
     1 /*
     1 /*
     2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    41                                                 Register addr, Register count, Register tmp);
    41                                                 Register addr, Register count, Register tmp);
    42   virtual void oop_store_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
    42   virtual void oop_store_at(MacroAssembler* masm, DecoratorSet decorators, BasicType type,
    43                             Address obj, Register new_val, Register tmp1, Register tmp2, Register tmp3, bool is_null);
    43                             Address obj, Register new_val, Register tmp1, Register tmp2, Register tmp3, bool is_null);
    44 };
    44 };
    45 
    45 
    46 #endif // #ifndef CPU_ARM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_ARM_HPP
    46 #endif // CPU_ARM_GC_SHARED_CARDTABLEBARRIERSETASSEMBLER_ARM_HPP