comparison src/share/vm/interpreter/bytecodeInterpreter.cpp @ 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 6cc7093e1341
children f3806614494a
comparison
equal deleted inserted replaced
14410:f42f2e2a1518 14411:bdd155477289
65 # include "orderAccess_linux_arm.inline.hpp" 65 # include "orderAccess_linux_arm.inline.hpp"
66 #endif 66 #endif
67 #ifdef TARGET_OS_ARCH_linux_ppc 67 #ifdef TARGET_OS_ARCH_linux_ppc
68 # include "orderAccess_linux_ppc.inline.hpp" 68 # include "orderAccess_linux_ppc.inline.hpp"
69 #endif 69 #endif
70 #ifdef TARGET_OS_ARCH_aix_ppc
71 # include "orderAccess_aix_ppc.inline.hpp"
72 #endif
70 #ifdef TARGET_OS_ARCH_bsd_x86 73 #ifdef TARGET_OS_ARCH_bsd_x86
71 # include "orderAccess_bsd_x86.inline.hpp" 74 # include "orderAccess_bsd_x86.inline.hpp"
72 #endif 75 #endif
73 #ifdef TARGET_OS_ARCH_bsd_zero 76 #ifdef TARGET_OS_ARCH_bsd_zero
74 # include "orderAccess_bsd_zero.inline.hpp" 77 # include "orderAccess_bsd_zero.inline.hpp"