src/share/vm/c1/c1_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 "c1_globals_solaris.hpp" #endif #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 //