< prev index next >

src/share/vm/utilities/copy.hpp

Print this page

        

*** 333,342 **** --- 333,345 ---- // Platform dependent implementations of the above methods. #ifdef TARGET_ARCH_x86 # include "copy_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "copy_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "copy_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "copy_zero.hpp"
< prev index next >