aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/interpreter/bytecodeInterpreter.inline.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/interpreter/bytecodeInterpreter.inline.hpp')
-rw-r--r--src/share/vm/interpreter/bytecodeInterpreter.inline.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/interpreter/bytecodeInterpreter.inline.hpp b/src/share/vm/interpreter/bytecodeInterpreter.inline.hpp
index d0dcf6ce7..c0dc4b61b 100644
--- a/src/share/vm/interpreter/bytecodeInterpreter.inline.hpp
+++ b/src/share/vm/interpreter/bytecodeInterpreter.inline.hpp
@@ -52,6 +52,12 @@
#ifdef TARGET_ARCH_zero
# include "bytecodeInterpreter_zero.inline.hpp"
#endif
+#ifdef TARGET_ARCH_arm
+# include "bytecodeInterpreter_arm.inline.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "bytecodeInterpreter_ppc.inline.hpp"
+#endif
#endif // CC_INTERP