comparison src/share/vm/runtime/osThread.hpp @ 18041:52b4284cb496

Merge with jdk8u20-b26
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 16:02:50 +0200
parents 4ca6dc0799b6
children
comparison
equal deleted inserted replaced
17606:45d7b2c7029d 18041:52b4284cb496
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: