hotspot/src/share/vm/runtime/vmThread.hpp
changeset 10565 dc90c239f4ec
parent 7397 5b173b4ca846
child 13195 be27e1b6a4b9
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 //
    43 //
    41 // Prioritized queue of VM operations.
    44 // Prioritized queue of VM operations.
    42 //
    45 //