aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/os.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/os.hpp')
-rw-r--r--src/share/vm/runtime/os.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/runtime/os.hpp b/src/share/vm/runtime/os.hpp
index b1476b639..c7f03462d 100644
--- a/src/share/vm/runtime/os.hpp
+++ b/src/share/vm/runtime/os.hpp
@@ -676,6 +676,12 @@ class os: AllStatic {
#ifdef TARGET_OS_ARCH_windows_x86
# include "os_windows_x86.hpp"
#endif
+#ifdef TARGET_OS_ARCH_linux_arm
+# include "os_linux_arm.hpp"
+#endif
+#ifdef TARGET_OS_ARCH_linux_ppc
+# include "os_linux_ppc.hpp"
+#endif
// debugging support (mostly used by debug.cpp but also fatal error handler)