hotspot/src/share/vm/opto/c2_globals.hpp
changeset 8107 78e5bd944384
parent 7433 b418028612ad
child 8732 16fc1c68714b
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Thu Jan 27 16:11:27 2011 -0800
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Wed Feb 02 11:35:26 2011 -0500
@@ -32,6 +32,9 @@
 #ifdef TARGET_ARCH_sparc
 # include "c2_globals_sparc.hpp"
 #endif
+#ifdef TARGET_ARCH_arm
+# include "c2_globals_arm.hpp"
+#endif
 #ifdef TARGET_OS_FAMILY_linux
 # include "c2_globals_linux.hpp"
 #endif