aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/interpreter/interpreterGenerator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/interpreter/interpreterGenerator.hpp')
-rw-r--r--src/share/vm/interpreter/interpreterGenerator.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/interpreter/interpreterGenerator.hpp b/src/share/vm/interpreter/interpreterGenerator.hpp
index 1030248f4..1a228e207 100644
--- a/src/share/vm/interpreter/interpreterGenerator.hpp
+++ b/src/share/vm/interpreter/interpreterGenerator.hpp
@@ -50,6 +50,12 @@ InterpreterGenerator(StubQueue* _code);
#ifdef TARGET_ARCH_zero
# include "interpreterGenerator_zero.hpp"
#endif
+#ifdef TARGET_ARCH_arm
+# include "interpreterGenerator_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "interpreterGenerator_ppc.hpp"
+#endif
};