< prev index next >

src/hotspot/share/runtime/semaphore.hpp

Print this page
rev 59189 : imported patch hotspot

*** 26,36 **** #define SHARE_RUNTIME_SEMAPHORE_HPP #include "memory/allocation.hpp" #include "utilities/globalDefinitions.hpp" ! #if defined(LINUX) || defined(SOLARIS) || defined(AIX) # include "semaphore_posix.hpp" #elif defined(BSD) # include "semaphore_bsd.hpp" #elif defined(_WINDOWS) # include "semaphore_windows.hpp" --- 26,36 ---- #define SHARE_RUNTIME_SEMAPHORE_HPP #include "memory/allocation.hpp" #include "utilities/globalDefinitions.hpp" ! #if defined(LINUX) || defined(AIX) # include "semaphore_posix.hpp" #elif defined(BSD) # include "semaphore_bsd.hpp" #elif defined(_WINDOWS) # include "semaphore_windows.hpp"
< prev index next >