comparison src/share/vm/oops/typeArrayOop.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents bdd155477289
children 52b4284cb496
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
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"
56 #endif 53 #endif
57 #ifdef TARGET_OS_ARCH_bsd_x86 54 #ifdef TARGET_OS_ARCH_bsd_x86
58 # include "orderAccess_bsd_x86.inline.hpp" 55 # include "orderAccess_bsd_x86.inline.hpp"
59 #endif 56 #endif
60 #ifdef TARGET_OS_ARCH_bsd_zero 57 #ifdef TARGET_OS_ARCH_bsd_zero