hotspot/src/share/vm/opto/c2_globals.hpp
changeset 29185 41cf0610fedf
parent 28396 7fe4347e6792
parent 29181 89beae49867c
child 30211 442fbbb31f75
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Tue Jan 20 10:22:43 2015 -0800
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Tue Jan 20 15:24:58 2015 -0800
@@ -38,6 +38,9 @@
 #ifdef TARGET_ARCH_ppc
 # include "c2_globals_ppc.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "c2_globals_aarch64.hpp"
+#endif
 #ifdef TARGET_OS_FAMILY_linux
 # include "c2_globals_linux.hpp"
 #endif