< prev index next >

src/share/vm/runtime/stubRoutines.hpp

Print this page

        

*** 32,41 **** --- 32,44 ---- #include "runtime/stubCodeGenerator.hpp" #include "utilities/top.hpp" #ifdef TARGET_ARCH_x86 # include "nativeInst_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "nativeInst_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "nativeInst_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "nativeInst_zero.hpp"
*** 103,112 **** --- 106,117 ---- # include STUBROUTINES_MD_HPP #elif defined TARGET_ARCH_MODEL_x86_32 # include "stubRoutines_x86_32.hpp" #elif defined TARGET_ARCH_MODEL_x86_64 # include "stubRoutines_x86_64.hpp" + #elif defined TARGET_ARCH_MODEL_aarch64 + # include "stubRoutines_aarch64.hpp" #elif defined TARGET_ARCH_MODEL_sparc # include "stubRoutines_sparc.hpp" #elif defined TARGET_ARCH_MODEL_zero # include "stubRoutines_zero.hpp" #elif defined TARGET_ARCH_MODEL_ppc_64
< prev index next >