src/share/vm/runtime/interfaceSupport.hpp

Print this page
rev 5032 : 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.).

*** 105,114 **** --- 105,117 ---- # include "interfaceSupport_solaris.hpp" #endif #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 };