src/share/vm/opto/c2_globals.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.).

*** 45,54 **** --- 45,57 ---- # include "c2_globals_solaris.hpp" #endif #ifdef TARGET_OS_FAMILY_windows # include "c2_globals_windows.hpp" #endif + #ifdef TARGET_OS_FAMILY_aix + # include "c2_globals_aix.hpp" + #endif #ifdef TARGET_OS_FAMILY_bsd # include "c2_globals_bsd.hpp" #endif //