diff src/share/vm/utilities/taskqueue.hpp @ 14456:abec000618bf

Merge
author kvn
date Tue, 28 Jan 2014 12:25:34 -0800
parents 2b8e28fdf503
children 4ca6dc0799b6 ce8f6bb717c9
line wrap: on
line diff
--- a/src/share/vm/utilities/taskqueue.hpp	Tue Jan 28 11:21:43 2014 -0800
+++ b/src/share/vm/utilities/taskqueue.hpp	Tue Jan 28 12:25:34 2014 -0800
@@ -53,6 +53,9 @@
 #ifdef TARGET_OS_ARCH_linux_ppc
 # include "orderAccess_linux_ppc.inline.hpp"
 #endif
+#ifdef TARGET_OS_ARCH_aix_ppc
+# include "orderAccess_aix_ppc.inline.hpp"
+#endif
 #ifdef TARGET_OS_ARCH_bsd_x86
 # include "orderAccess_bsd_x86.inline.hpp"
 #endif