changeset 29180 | 50369728b00e |
parent 27433 | b276c91c1264 |
child 29181 | 89beae49867c |
--- a/hotspot/src/share/vm/runtime/thread.hpp Fri Nov 21 08:00:31 2014 -0800 +++ b/hotspot/src/share/vm/runtime/thread.hpp Thu Dec 11 13:11:53 2014 -0800 @@ -1694,6 +1694,9 @@ #ifdef TARGET_OS_ARCH_linux_ppc # include "thread_linux_ppc.hpp" #endif +#ifdef TARGET_OS_ARCH_linux_aarch64 +# include "thread_linux_aarch64.hpp" +#endif #ifdef TARGET_OS_ARCH_aix_ppc # include "thread_aix_ppc.hpp" #endif