comparison src/share/vm/utilities/taskqueue.hpp @ 2192:b92c45f2bc75

7016023: Enable building ARM and PPC from src/closed repository Reviewed-by: dholmes, bdelsart
author bobv
date Wed, 02 Feb 2011 11:35:26 -0500
parents f95d63e2154a
children 1d1603768966
comparison
equal deleted inserted replaced
2177:3582bf76420e 2192:b92c45f2bc75
44 #ifdef TARGET_OS_ARCH_solaris_sparc 44 #ifdef TARGET_OS_ARCH_solaris_sparc
45 # include "orderAccess_solaris_sparc.inline.hpp" 45 # include "orderAccess_solaris_sparc.inline.hpp"
46 #endif 46 #endif
47 #ifdef TARGET_OS_ARCH_windows_x86 47 #ifdef TARGET_OS_ARCH_windows_x86
48 # include "orderAccess_windows_x86.inline.hpp" 48 # include "orderAccess_windows_x86.inline.hpp"
49 #endif
50 #ifdef TARGET_OS_ARCH_linux_arm
51 # include "orderAccess_linux_arm.inline.hpp"
52 #endif
53 #ifdef TARGET_OS_ARCH_linux_ppc
54 # include "orderAccess_linux_ppc.inline.hpp"
49 #endif 55 #endif
50 56
51 // Simple TaskQueue stats that are collected by default in debug builds. 57 // Simple TaskQueue stats that are collected by default in debug builds.
52 58
53 #if !defined(TASKQUEUE_STATS) && defined(ASSERT) 59 #if !defined(TASKQUEUE_STATS) && defined(ASSERT)