diff src/share/vm/runtime/threadLocalStorage.hpp @ 14460:8a9bb7821e28

Merge
author kvn
date Wed, 19 Feb 2014 12:08:49 -0800
parents bdd155477289
children 4ca6dc0799b6 3ad3f93fe3d2
line wrap: on
line diff
--- a/src/share/vm/runtime/threadLocalStorage.hpp	Thu Feb 13 17:57:27 2014 +0100
+++ b/src/share/vm/runtime/threadLocalStorage.hpp	Wed Feb 19 12:08:49 2014 -0800
@@ -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