equal
deleted
inserted
replaced
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; |