aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/interpreter/cppInterpreter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/interpreter/cppInterpreter.hpp')
-rw-r--r--src/share/vm/interpreter/cppInterpreter.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/interpreter/cppInterpreter.hpp b/src/share/vm/interpreter/cppInterpreter.hpp
index c428634ec..45d7921c0 100644
--- a/src/share/vm/interpreter/cppInterpreter.hpp
+++ b/src/share/vm/interpreter/cppInterpreter.hpp
@@ -90,6 +90,12 @@ class CppInterpreter: public AbstractInterpreter {
#ifdef TARGET_ARCH_zero
# include "cppInterpreter_zero.hpp"
#endif
+#ifdef TARGET_ARCH_arm
+# include "cppInterpreter_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "cppInterpreter_ppc.hpp"
+#endif
};