src/share/vm/runtime/mutex.cpp

changeset 3156
f08d439fab8c
parent 2314
f95d63e2154a
child 3369
eccc4b1f8945
     1.1 --- a/src/share/vm/runtime/mutex.cpp	Tue Sep 20 23:50:16 2011 -0700
     1.2 +++ b/src/share/vm/runtime/mutex.cpp	Sun Sep 25 16:03:29 2011 -0700
     1.3 @@ -39,6 +39,10 @@
     1.4  # include "mutex_windows.inline.hpp"
     1.5  # include "thread_windows.inline.hpp"
     1.6  #endif
     1.7 +#ifdef TARGET_OS_FAMILY_bsd
     1.8 +# include "mutex_bsd.inline.hpp"
     1.9 +# include "thread_bsd.inline.hpp"
    1.10 +#endif
    1.11  
    1.12  // o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o-o
    1.13  //

mercurial