< prev index next >

src/share/vm/runtime/icache.hpp

Print this page

        

*** 69,78 **** --- 69,81 ---- // because ICacheStubGenerator uses ICache definitions. #ifdef TARGET_ARCH_x86 # include "icache_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "icache_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "icache_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "icache_zero.hpp"
< prev index next >