hotspot/src/share/vm/utilities/events.cpp
changeset 10565 dc90c239f4ec
parent 7397 5b173b4ca846
child 11636 3c07b54482a5
equal deleted inserted replaced
10564:db5bf5438c0a 10565:dc90c239f4ec
    35 #ifdef TARGET_OS_FAMILY_solaris
    35 #ifdef TARGET_OS_FAMILY_solaris
    36 # include "thread_solaris.inline.hpp"
    36 # include "thread_solaris.inline.hpp"
    37 #endif
    37 #endif
    38 #ifdef TARGET_OS_FAMILY_windows
    38 #ifdef TARGET_OS_FAMILY_windows
    39 # include "thread_windows.inline.hpp"
    39 # include "thread_windows.inline.hpp"
       
    40 #endif
       
    41 #ifdef TARGET_OS_FAMILY_bsd
       
    42 # include "thread_bsd.inline.hpp"
    40 #endif
    43 #endif
    41 
    44 
    42 
    45 
    43 #ifndef PRODUCT
    46 #ifndef PRODUCT
    44 
    47