aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/interpreter/templateInterpreterGenerator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/interpreter/templateInterpreterGenerator.hpp')
-rw-r--r--src/share/vm/interpreter/templateInterpreterGenerator.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/interpreter/templateInterpreterGenerator.hpp b/src/share/vm/interpreter/templateInterpreterGenerator.hpp
index 3d92fff04..dc63589ed 100644
--- a/src/share/vm/interpreter/templateInterpreterGenerator.hpp
+++ b/src/share/vm/interpreter/templateInterpreterGenerator.hpp
@@ -96,6 +96,12 @@ class TemplateInterpreterGenerator: public AbstractInterpreterGenerator {
#ifdef TARGET_ARCH_zero
# include "templateInterpreterGenerator_zero.hpp"
#endif
+#ifdef TARGET_ARCH_arm
+# include "templateInterpreterGenerator_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "templateInterpreterGenerator_ppc.hpp"
+#endif
};