< prev index next >

src/share/vm/runtime/registerMap.hpp

Print this page

        

*** 28,37 **** --- 28,40 ---- #include "code/vmreg.hpp" #include "utilities/globalDefinitions.hpp" #ifdef TARGET_ARCH_x86 # include "register_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "register_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "register_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "register_zero.hpp"
*** 136,145 **** --- 139,151 ---- // the following contains the definition of pd_xxx methods #ifdef TARGET_ARCH_x86 # include "registerMap_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "registerMap_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "registerMap_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "registerMap_zero.hpp"
< prev index next >