hotspot/src/share/vm/runtime/threadLocalStorage.hpp
changeset 22827 07d991d45a51
parent 10565 dc90c239f4ec
child 29180 50369728b00e
--- a/hotspot/src/share/vm/runtime/threadLocalStorage.hpp	Fri Jul 26 00:59:18 2013 +0200
+++ b/hotspot/src/share/vm/runtime/threadLocalStorage.hpp	Thu Aug 22 09:39:54 2013 -0700
@@ -68,6 +68,9 @@
 #ifdef TARGET_OS_ARCH_linux_ppc
 # include "threadLS_linux_ppc.hpp"
 #endif
+#ifdef TARGET_OS_ARCH_aix_ppc
+# include "threadLS_aix_ppc.hpp"
+#endif
 #ifdef TARGET_OS_ARCH_bsd_x86
 # include "threadLS_bsd_x86.hpp"
 #endif