aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/threadLocalStorage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/threadLocalStorage.hpp')
-rw-r--r--src/share/vm/runtime/threadLocalStorage.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/runtime/threadLocalStorage.hpp b/src/share/vm/runtime/threadLocalStorage.hpp
index 8a78e5795..2ca4260d9 100644
--- a/src/share/vm/runtime/threadLocalStorage.hpp
+++ b/src/share/vm/runtime/threadLocalStorage.hpp
@@ -62,6 +62,12 @@ class ThreadLocalStorage : AllStatic {
#ifdef TARGET_OS_ARCH_windows_x86
# include "threadLS_windows_x86.hpp"
#endif
+#ifdef TARGET_OS_ARCH_linux_arm
+# include "threadLS_linux_arm.hpp"
+#endif
+#ifdef TARGET_OS_ARCH_linux_ppc
+# include "threadLS_linux_ppc.hpp"
+#endif
public: