src/share/vm/runtime/thread.hpp

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

*** 1691,1700 **** --- 1691,1703 ---- # include "thread_linux_arm.hpp" #endif #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 #ifdef TARGET_OS_ARCH_bsd_x86 # include "thread_bsd_x86.hpp"