--- a/hotspot/src/share/vm/runtime/icache.hpp Fri Nov 21 08:00:31 2014 -0800
+++ b/hotspot/src/share/vm/runtime/icache.hpp Thu Dec 11 13:11:53 2014 -0800
@@ -83,6 +83,9 @@
#ifdef TARGET_ARCH_ppc
# include "icache_ppc.hpp"
#endif
+#ifdef TARGET_ARCH_aarch64
+# include "icache_aarch64.hpp"
+#endif