comparison src/share/vm/runtime/thread.hpp @ 14411:bdd155477289

8023033: PPC64 (part 13): basic changes for AIX Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.). Reviewed-by: kvn, dholmes, stefank
author goetz
date Thu, 22 Aug 2013 09:39:54 -0700
parents 94c202aa2646
children 2b8e28fdf503
comparison
equal deleted inserted replaced
14410:f42f2e2a1518 14411:bdd155477289
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"