hotspot/src/share/vm/runtime/deoptimization.cpp
changeset 8107 78e5bd944384
parent 8076 96d498ec7ae1
child 8657 5bb183666ecd
--- a/hotspot/src/share/vm/runtime/deoptimization.cpp	Thu Jan 27 16:11:27 2011 -0800
+++ b/hotspot/src/share/vm/runtime/deoptimization.cpp	Wed Feb 02 11:35:26 2011 -0500
@@ -59,6 +59,12 @@
 #ifdef TARGET_ARCH_zero
 # include "vmreg_zero.inline.hpp"
 #endif
+#ifdef TARGET_ARCH_arm
+# include "vmreg_arm.inline.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "vmreg_ppc.inline.hpp"
+#endif
 #ifdef COMPILER2
 #ifdef TARGET_ARCH_MODEL_x86_32
 # include "adfiles/ad_x86_32.hpp"
@@ -72,6 +78,12 @@
 #ifdef TARGET_ARCH_MODEL_zero
 # include "adfiles/ad_zero.hpp"
 #endif
+#ifdef TARGET_ARCH_MODEL_arm
+# include "adfiles/ad_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_MODEL_ppc
+# include "adfiles/ad_ppc.hpp"
+#endif
 #endif
 
 bool DeoptimizationMarker::_is_active = false;