hotspot/src/share/vm/runtime/mutexLocker.cpp
changeset 10565 dc90c239f4ec
parent 8110 c992c8d52344
child 11480 1bf714e8adb4
child 11584 e1df4d08a1f4
equal deleted inserted replaced
10564:db5bf5438c0a 10565:dc90c239f4ec
    33 #ifdef TARGET_OS_FAMILY_solaris
    33 #ifdef TARGET_OS_FAMILY_solaris
    34 # include "thread_solaris.inline.hpp"
    34 # include "thread_solaris.inline.hpp"
    35 #endif
    35 #endif
    36 #ifdef TARGET_OS_FAMILY_windows
    36 #ifdef TARGET_OS_FAMILY_windows
    37 # include "thread_windows.inline.hpp"
    37 # include "thread_windows.inline.hpp"
       
    38 #endif
       
    39 #ifdef TARGET_OS_FAMILY_bsd
       
    40 # include "thread_bsd.inline.hpp"
    38 #endif
    41 #endif
    39 
    42 
    40 // Mutexes used in the VM (see comment in mutexLocker.hpp):
    43 // Mutexes used in the VM (see comment in mutexLocker.hpp):
    41 //
    44 //
    42 // Note that the following pointers are effectively final -- after having been
    45 // Note that the following pointers are effectively final -- after having been