diff -r 4dcb647196fd -r 50369728b00e hotspot/src/share/vm/runtime/prefetch.inline.hpp --- a/hotspot/src/share/vm/runtime/prefetch.inline.hpp Fri Nov 21 08:00:31 2014 -0800 +++ b/hotspot/src/share/vm/runtime/prefetch.inline.hpp Thu Dec 11 13:11:53 2014 -0800 @@ -40,6 +40,9 @@ #ifdef TARGET_OS_ARCH_linux_arm # include "prefetch_linux_arm.inline.hpp" #endif +#ifdef TARGET_OS_ARCH_linux_aarch64 +# include "prefetch_linux_aarch64.inline.hpp" +#endif #ifdef TARGET_OS_ARCH_linux_ppc # include "prefetch_linux_ppc.inline.hpp" #endif