aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/c1/c1_globals.hpp
diff options
context:
space:
mode:
authorgoetz <none@none>2013-08-22 09:39:54 -0700
committergoetz <none@none>2013-08-22 09:39:54 -0700
commit1ad3146e781b73ff56ceaea7f25b2fd4aa474d06 (patch)
tree540445fc02ee99b66c89d009933ac35ab557d602 /src/share/vm/c1/c1_globals.hpp
parent332fd3925fdb8157298b7091650aebbc5657ce3e (diff)
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
Diffstat (limited to 'src/share/vm/c1/c1_globals.hpp')
-rw-r--r--src/share/vm/c1/c1_globals.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/share/vm/c1/c1_globals.hpp b/src/share/vm/c1/c1_globals.hpp
index 844880be2..49ef91451 100644
--- a/src/share/vm/c1/c1_globals.hpp
+++ b/src/share/vm/c1/c1_globals.hpp
@@ -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