diff src/share/vm/c1/c1_globals.hpp @ 14411:bdd155477289

8023033: PPC64 (part 13): basic changes for AIX Summary: Added AIX includes alpha-sorted before BSD. Fix compilation issues with xlC in shared code. Basic shared platform dependend adaption (vm_version etc.). Reviewed-by: kvn, dholmes, stefank
author goetz
date Thu, 22 Aug 2013 09:39:54 -0700
parents 46f6f063b272
children 2b8e28fdf503
line wrap: on
line diff
--- a/src/share/vm/c1/c1_globals.hpp	Fri Jul 26 00:59:18 2013 +0200
+++ b/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