comparison src/share/vm/c1/c1_globals.hpp @ 14411:bdd155477289

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
author goetz
date Thu, 22 Aug 2013 09:39:54 -0700
parents 46f6f063b272
children 2b8e28fdf503
comparison
equal deleted inserted replaced
14410:f42f2e2a1518 14411:bdd155477289
45 # include "c1_globals_solaris.hpp" 45 # include "c1_globals_solaris.hpp"
46 #endif 46 #endif
47 #ifdef TARGET_OS_FAMILY_windows 47 #ifdef TARGET_OS_FAMILY_windows
48 # include "c1_globals_windows.hpp" 48 # include "c1_globals_windows.hpp"
49 #endif 49 #endif
50 #ifdef TARGET_OS_FAMILY_aix
51 # include "c1_globals_aix.hpp"
52 #endif
50 #ifdef TARGET_OS_FAMILY_bsd 53 #ifdef TARGET_OS_FAMILY_bsd
51 # include "c1_globals_bsd.hpp" 54 # include "c1_globals_bsd.hpp"
52 #endif 55 #endif
53 56
54 // 57 //