comparison src/share/vm/runtime/atomic.inline.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 cd3d6a6b95d9
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14410:f42f2e2a1518 14411:bdd155477289
55 // Windows 55 // Windows
56 #ifdef TARGET_OS_ARCH_windows_x86 56 #ifdef TARGET_OS_ARCH_windows_x86
57 # include "atomic_windows_x86.inline.hpp" 57 # include "atomic_windows_x86.inline.hpp"
58 #endif 58 #endif
59 59
60 // AIX
61 #ifdef TARGET_OS_ARCH_aix_ppc
62 # include "atomic_aix_ppc.inline.hpp"
63 #endif
64
60 // BSD 65 // BSD
61 #ifdef TARGET_OS_ARCH_bsd_x86 66 #ifdef TARGET_OS_ARCH_bsd_x86
62 # include "atomic_bsd_x86.inline.hpp" 67 # include "atomic_bsd_x86.inline.hpp"
63 #endif 68 #endif
64 #ifdef TARGET_OS_ARCH_bsd_zero 69 #ifdef TARGET_OS_ARCH_bsd_zero