src/share/vm/runtime/icache.hpp

Print this page
rev 7258 : 8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/.
Reviewed-by: kvn

*** 81,90 **** --- 81,93 ---- # include "icache_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "icache_ppc.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "icache_aarch64.hpp" + #endif class ICacheStubGenerator : public StubCodeGenerator { public: