< prev index next >

src/share/vm/opto/c2_globals.hpp

Print this page

        

@@ -27,10 +27,13 @@
 
 #include "runtime/globals.hpp"
 #ifdef TARGET_ARCH_x86
 # include "c2_globals_x86.hpp"
 #endif
+#ifdef TARGET_ARCH_aarch64
+# include "c2_globals_aarch64.hpp"
+#endif
 #ifdef TARGET_ARCH_sparc
 # include "c2_globals_sparc.hpp"
 #endif
 #ifdef TARGET_ARCH_arm
 # include "c2_globals_arm.hpp"
< prev index next >