comparison src/share/vm/oops/typeArrayOop.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 d8ce2825b193
children 4ca6dc0799b6 ce8f6bb717c9
comparison
equal deleted inserted replaced
14410:f42f2e2a1518 14411:bdd155477289
48 #ifdef TARGET_OS_ARCH_linux_arm 48 #ifdef TARGET_OS_ARCH_linux_arm
49 # include "orderAccess_linux_arm.inline.hpp" 49 # include "orderAccess_linux_arm.inline.hpp"
50 #endif 50 #endif
51 #ifdef TARGET_OS_ARCH_linux_ppc 51 #ifdef TARGET_OS_ARCH_linux_ppc
52 # include "orderAccess_linux_ppc.inline.hpp" 52 # include "orderAccess_linux_ppc.inline.hpp"
53 #endif
54 #ifdef TARGET_OS_ARCH_aix_ppc
55 # include "orderAccess_aix_ppc.inline.hpp"
53 #endif 56 #endif
54 #ifdef TARGET_OS_ARCH_bsd_x86 57 #ifdef TARGET_OS_ARCH_bsd_x86
55 # include "orderAccess_bsd_x86.inline.hpp" 58 # include "orderAccess_bsd_x86.inline.hpp"
56 #endif 59 #endif
57 #ifdef TARGET_OS_ARCH_bsd_zero 60 #ifdef TARGET_OS_ARCH_bsd_zero