aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/runtime/interfaceSupport.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
commit5dbec463b4c288bfd72e6f106ec9ad46c6a15d38 (patch)
tree540445fc02ee99b66c89d009933ac35ab557d602 /src/share/vm/runtime/interfaceSupport.hpp
parenta1d2695f87a11de054e84166c65dcb82e15238e8 (diff)
downloadjdk8u_hotspot-5dbec463b4c288bfd72e6f106ec9ad46c6a15d38.tar.gz
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/runtime/interfaceSupport.hpp')
-rw-r--r--src/share/vm/runtime/interfaceSupport.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/share/vm/runtime/interfaceSupport.hpp b/src/share/vm/runtime/interfaceSupport.hpp
index 0c48e5181..383f83359 100644
--- a/src/share/vm/runtime/interfaceSupport.hpp
+++ b/src/share/vm/runtime/interfaceSupport.hpp
@@ -107,6 +107,9 @@ class InterfaceSupport: AllStatic {
#ifdef TARGET_OS_FAMILY_windows
# include "interfaceSupport_windows.hpp"
#endif
+#ifdef TARGET_OS_FAMILY_aix
+# include "interfaceSupport_aix.hpp"
+#endif
#ifdef TARGET_OS_FAMILY_bsd
# include "interfaceSupport_bsd.hpp"
#endif