aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/interpreter/bytecodeInterpreter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/interpreter/bytecodeInterpreter.cpp')
-rw-r--r--src/share/vm/interpreter/bytecodeInterpreter.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/interpreter/bytecodeInterpreter.cpp b/src/share/vm/interpreter/bytecodeInterpreter.cpp
index c214457b4..7b77e875b 100644
--- a/src/share/vm/interpreter/bytecodeInterpreter.cpp
+++ b/src/share/vm/interpreter/bytecodeInterpreter.cpp
@@ -59,6 +59,12 @@
#ifdef TARGET_OS_ARCH_windows_x86
# include "orderAccess_windows_x86.inline.hpp"
#endif
+#ifdef TARGET_OS_ARCH_linux_arm
+# include "orderAccess_linux_arm.inline.hpp"
+#endif
+#ifdef TARGET_OS_ARCH_linux_ppc
+# include "orderAccess_linux_ppc.inline.hpp"
+#endif
// no precompiled headers