hotspot/src/share/vm/utilities/globalDefinitions.hpp
changeset 8107 78e5bd944384
parent 7923 fc200fcd4e05
child 8680 f1c414e16a4c
--- a/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Thu Jan 27 16:11:27 2011 -0800
+++ b/hotspot/src/share/vm/utilities/globalDefinitions.hpp	Wed Feb 02 11:35:26 2011 -0500
@@ -328,6 +328,12 @@
 #ifdef TARGET_ARCH_zero
 # include "globalDefinitions_zero.hpp"
 #endif
+#ifdef TARGET_ARCH_arm
+# include "globalDefinitions_arm.hpp"
+#endif
+#ifdef TARGET_ARCH_ppc
+# include "globalDefinitions_ppc.hpp"
+#endif
 
 
 // The byte alignment to be used by Arena::Amalloc.  See bugid 4169348.