hotspot/src/share/vm/runtime/thread.hpp
changeset 22827 07d991d45a51
parent 22823 40b2c6c30123
child 22838 82c7497fbad4
equal deleted inserted replaced
22826:3ee6886e718d 22827:07d991d45a51
  1728 # include "thread_linux_arm.hpp"
  1728 # include "thread_linux_arm.hpp"
  1729 #endif
  1729 #endif
  1730 #ifdef TARGET_OS_ARCH_linux_ppc
  1730 #ifdef TARGET_OS_ARCH_linux_ppc
  1731 # include "thread_linux_ppc.hpp"
  1731 # include "thread_linux_ppc.hpp"
  1732 #endif
  1732 #endif
       
  1733 #ifdef TARGET_OS_ARCH_aix_ppc
       
  1734 # include "thread_aix_ppc.hpp"
       
  1735 #endif
  1733 #ifdef TARGET_OS_ARCH_bsd_x86
  1736 #ifdef TARGET_OS_ARCH_bsd_x86
  1734 # include "thread_bsd_x86.hpp"
  1737 # include "thread_bsd_x86.hpp"
  1735 #endif
  1738 #endif
  1736 #ifdef TARGET_OS_ARCH_bsd_zero
  1739 #ifdef TARGET_OS_ARCH_bsd_zero
  1737 # include "thread_bsd_zero.hpp"
  1740 # include "thread_bsd_zero.hpp"