aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/interpreter/abstractInterpreter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/interpreter/abstractInterpreter.hpp')
-rw-r--r--src/share/vm/interpreter/abstractInterpreter.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/interpreter/abstractInterpreter.hpp b/src/share/vm/interpreter/abstractInterpreter.hpp
index 73eae232d..2dd199927 100644
--- a/src/share/vm/interpreter/abstractInterpreter.hpp
+++ b/src/share/vm/interpreter/abstractInterpreter.hpp
@@ -41,6 +41,12 @@
#ifdef TARGET_ARCH_MODEL_zero
# include "interp_masm_zero.hpp"
#endif
+#ifdef TARGET_ARCH_MODEL_arm
+# include "interp_masm_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_MODEL_ppc
+# include "interp_masm_ppc.hpp"
+#endif
#ifdef TARGET_OS_FAMILY_linux
# include "thread_linux.inline.hpp"
#endif