hotspot/src/share/vm/oops/oop.cpp
changeset 10565 dc90c239f4ec
parent 7397 5b173b4ca846
child 12379 2cf45b79ce3a
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 bool always_do_update_barrier = false;
    43 bool always_do_update_barrier = false;
    41 
    44 
    42 BarrierSet* oopDesc::_bs = NULL;
    45 BarrierSet* oopDesc::_bs = NULL;