comparison src/share/vm/runtime/osThread.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 d2a62e0f25eb
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14410:f42f2e2a1518 14411:bdd155477289
103 # include "osThread_solaris.hpp" 103 # include "osThread_solaris.hpp"
104 #endif 104 #endif
105 #ifdef TARGET_OS_FAMILY_windows 105 #ifdef TARGET_OS_FAMILY_windows
106 # include "osThread_windows.hpp" 106 # include "osThread_windows.hpp"
107 #endif 107 #endif
108 #ifdef TARGET_OS_FAMILY_aix
109 # include "osThread_aix.hpp"
110 #endif
108 #ifdef TARGET_OS_FAMILY_bsd 111 #ifdef TARGET_OS_FAMILY_bsd
109 # include "osThread_bsd.hpp" 112 # include "osThread_bsd.hpp"
110 #endif 113 #endif
111 114
112 public: 115 public: