--- old/src/share/vm/utilities/taskqueue.cpp Tue Sep 13 12:19:46 2011 +++ new/src/share/vm/utilities/taskqueue.cpp Tue Sep 13 12:19:46 2011 @@ -37,6 +37,9 @@ #ifdef TARGET_OS_FAMILY_windows # include "thread_windows.inline.hpp" #endif +#ifdef TARGET_OS_FAMILY_bsd +# include "thread_bsd.inline.hpp" +#endif #ifdef TRACESPINNING uint ParallelTaskTerminator::_total_yields = 0; @@ -274,4 +277,3 @@ reset_for_reuse(); _n_threads = n_threads; } -