src/share/vm/utilities/taskqueue.cpp

changeset 3156
f08d439fab8c
parent 2314
f95d63e2154a
child 4299
f34d701e952e
     1.1 --- a/src/share/vm/utilities/taskqueue.cpp	Tue Sep 20 23:50:16 2011 -0700
     1.2 +++ b/src/share/vm/utilities/taskqueue.cpp	Sun Sep 25 16:03:29 2011 -0700
     1.3 @@ -37,6 +37,9 @@
     1.4  #ifdef TARGET_OS_FAMILY_windows
     1.5  # include "thread_windows.inline.hpp"
     1.6  #endif
     1.7 +#ifdef TARGET_OS_FAMILY_bsd
     1.8 +# include "thread_bsd.inline.hpp"
     1.9 +#endif
    1.10  
    1.11  #ifdef TRACESPINNING
    1.12  uint ParallelTaskTerminator::_total_yields = 0;
    1.13 @@ -274,4 +277,3 @@
    1.14    reset_for_reuse();
    1.15    _n_threads = n_threads;
    1.16  }
    1.17 -

mercurial