--- old/src/share/vm/runtime/mutexLocker.hpp Tue Sep 13 12:19:15 2011 +++ new/src/share/vm/runtime/mutexLocker.hpp Tue Sep 13 12:19:15 2011 @@ -36,6 +36,9 @@ #ifdef TARGET_OS_FAMILY_windows # include "os_windows.inline.hpp" #endif +#ifdef TARGET_OS_FAMILY_bsd +# include "os_bsd.inline.hpp" +#endif // Mutexes used in the VM.