aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/interpreter/cppInterpreterGenerator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/interpreter/cppInterpreterGenerator.hpp')
-rw-r--r--src/share/vm/interpreter/cppInterpreterGenerator.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/interpreter/cppInterpreterGenerator.hpp b/src/share/vm/interpreter/cppInterpreterGenerator.hpp
index fa0b785c3..b324f953e 100644
--- a/src/share/vm/interpreter/cppInterpreterGenerator.hpp
+++ b/src/share/vm/interpreter/cppInterpreterGenerator.hpp
@@ -53,6 +53,12 @@ class CppInterpreterGenerator: public AbstractInterpreterGenerator {
#ifdef TARGET_ARCH_zero
# include "cppInterpreterGenerator_zero.hpp"
#endif
+#ifdef TARGET_ARCH_arm
+# include "cppInterpreterGenerator_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "cppInterpreterGenerator_ppc.hpp"
+#endif
};