comparison src/share/vm/utilities/taskqueue.hpp @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents 2b8e28fdf503
children 4ca6dc0799b6 ce8f6bb717c9
comparison
equal deleted inserted replaced
14141:f97c5ec83832 14518:d8041d695d19
50 #ifdef TARGET_OS_ARCH_linux_arm 50 #ifdef TARGET_OS_ARCH_linux_arm
51 # include "orderAccess_linux_arm.inline.hpp" 51 # include "orderAccess_linux_arm.inline.hpp"
52 #endif 52 #endif
53 #ifdef TARGET_OS_ARCH_linux_ppc 53 #ifdef TARGET_OS_ARCH_linux_ppc
54 # include "orderAccess_linux_ppc.inline.hpp" 54 # include "orderAccess_linux_ppc.inline.hpp"
55 #endif
56 #ifdef TARGET_OS_ARCH_aix_ppc
57 # include "orderAccess_aix_ppc.inline.hpp"
55 #endif 58 #endif
56 #ifdef TARGET_OS_ARCH_bsd_x86 59 #ifdef TARGET_OS_ARCH_bsd_x86
57 # include "orderAccess_bsd_x86.inline.hpp" 60 # include "orderAccess_bsd_x86.inline.hpp"
58 #endif 61 #endif
59 #ifdef TARGET_OS_ARCH_bsd_zero 62 #ifdef TARGET_OS_ARCH_bsd_zero