aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/frame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/runtime/frame.cpp')
-rw-r--r--src/share/vm/runtime/frame.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/share/vm/runtime/frame.cpp b/src/share/vm/runtime/frame.cpp
index c1ce96907..5c205501a 100644
--- a/src/share/vm/runtime/frame.cpp
+++ b/src/share/vm/runtime/frame.cpp
@@ -52,6 +52,12 @@
#ifdef TARGET_ARCH_zero
# include "nativeInst_zero.hpp"
#endif
+#ifdef TARGET_ARCH_arm
+# include "nativeInst_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "nativeInst_ppc.hpp"
+#endif
RegisterMap::RegisterMap(JavaThread *thread, bool update_map) {
_thread = thread;