< prev index next >

src/share/vm/c1/c1_LIRAssembler.hpp

Print this page

        

*** 263,272 **** --- 263,275 ---- void atomic_op(LIR_Code code, LIR_Opr src, LIR_Opr data, LIR_Opr dest, LIR_Opr tmp); #ifdef TARGET_ARCH_x86 # include "c1_LIRAssembler_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "c1_LIRAssembler_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "c1_LIRAssembler_sparc.hpp" #endif #ifdef TARGET_ARCH_arm # include "c1_LIRAssembler_arm.hpp"
< prev index next >