comparison src/share/vm/runtime/thread.inline.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 f34d701e952e
children 4ca6dc0799b6 ce8f6bb717c9
comparison
equal deleted inserted replaced
14410:f42f2e2a1518 14411:bdd155477289
35 # include "thread_solaris.inline.hpp" 35 # include "thread_solaris.inline.hpp"
36 #endif 36 #endif
37 #ifdef TARGET_OS_FAMILY_windows 37 #ifdef TARGET_OS_FAMILY_windows
38 # include "thread_windows.inline.hpp" 38 # include "thread_windows.inline.hpp"
39 #endif 39 #endif
40 #ifdef TARGET_OS_FAMILY_aix
41 # include "thread_aix.inline.hpp"
42 #endif
40 #ifdef TARGET_OS_FAMILY_bsd 43 #ifdef TARGET_OS_FAMILY_bsd
41 # include "thread_bsd.inline.hpp" 44 # include "thread_bsd.inline.hpp"
42 #endif 45 #endif
43 46
44 #undef SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE 47 #undef SHARE_VM_RUNTIME_THREAD_INLINE_HPP_SCOPE