hotspot/src/share/vm/c1/c1_globals.hpp
changeset 22827 07d991d45a51
parent 16611 6807a703dd6b
child 22838 82c7497fbad4
--- a/hotspot/src/share/vm/c1/c1_globals.hpp	Fri Jul 26 00:59:18 2013 +0200
+++ b/hotspot/src/share/vm/c1/c1_globals.hpp	Thu Aug 22 09:39:54 2013 -0700
@@ -47,6 +47,9 @@
 #ifdef TARGET_OS_FAMILY_windows
 # include "c1_globals_windows.hpp"
 #endif
+#ifdef TARGET_OS_FAMILY_aix
+# include "c1_globals_aix.hpp"
+#endif
 #ifdef TARGET_OS_FAMILY_bsd
 # include "c1_globals_bsd.hpp"
 #endif