< prev index next >

src/share/vm/c1/c1_Defs.hpp

Print this page

        

*** 27,36 **** --- 27,39 ---- #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"
*** 51,60 **** --- 54,66 ---- #ifdef TARGET_ARCH_x86 # include "c1_Defs_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "c1_Defs_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "c1_Defs_sparc.hpp" #endif #ifdef TARGET_ARCH_arm # include "c1_Defs_arm.hpp"
< prev index next >