diff src/share/vm/runtime/threadLocalStorage.hpp @ 18058:54bc75c144b0

Merge
author asaha
date Thu, 29 May 2014 13:14:25 -0700
parents bdd155477289
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/runtime/threadLocalStorage.hpp	Wed May 28 08:09:26 2014 -0400
+++ b/src/share/vm/runtime/threadLocalStorage.hpp	Thu May 29 13:14:25 2014 -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