hotspot/src/share/vm/runtime/thread.hpp
changeset 29185 41cf0610fedf
parent 28039 bf5a8340bf8a
parent 29181 89beae49867c
child 29186 d5e61d9743aa
equal deleted inserted replaced
28506:8c606017b9cf 29185:41cf0610fedf
  1700 # include "thread_linux_arm.hpp"
  1700 # include "thread_linux_arm.hpp"
  1701 #endif
  1701 #endif
  1702 #ifdef TARGET_OS_ARCH_linux_ppc
  1702 #ifdef TARGET_OS_ARCH_linux_ppc
  1703 # include "thread_linux_ppc.hpp"
  1703 # include "thread_linux_ppc.hpp"
  1704 #endif
  1704 #endif
       
  1705 #ifdef TARGET_OS_ARCH_linux_aarch64
       
  1706 # include "thread_linux_aarch64.hpp"
       
  1707 #endif
  1705 #ifdef TARGET_OS_ARCH_aix_ppc
  1708 #ifdef TARGET_OS_ARCH_aix_ppc
  1706 # include "thread_aix_ppc.hpp"
  1709 # include "thread_aix_ppc.hpp"
  1707 #endif
  1710 #endif
  1708 #ifdef TARGET_OS_ARCH_bsd_x86
  1711 #ifdef TARGET_OS_ARCH_bsd_x86
  1709 # include "thread_bsd_x86.hpp"
  1712 # include "thread_bsd_x86.hpp"