< prev index next >

src/share/vm/code/relocInfo.hpp

Print this page

        

*** 416,425 **** --- 416,428 ---- // Machine dependent stuff #ifdef TARGET_ARCH_x86 # include "relocInfo_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "relocInfo_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "relocInfo_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "relocInfo_zero.hpp"
< prev index next >