comparison src/share/vm/runtime/osThread.hpp @ 14909:4ca6dc0799b6

Backout jdk9 merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 01 Apr 2014 13:57:07 +0200
parents bdd155477289
children 52b4284cb496
comparison
equal deleted inserted replaced
14908:8db6e76cb658 14909:4ca6dc0799b6
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
111 #ifdef TARGET_OS_FAMILY_bsd 108 #ifdef TARGET_OS_FAMILY_bsd
112 # include "osThread_bsd.hpp" 109 # include "osThread_bsd.hpp"
113 #endif 110 #endif
114 111
115 public: 112 public: