--- old/src/share/vm/runtime/osThread.hpp Tue Sep 13 12:19:20 2011 +++ new/src/share/vm/runtime/osThread.hpp Tue Sep 13 12:19:20 2011 @@ -109,6 +109,9 @@ #ifdef TARGET_OS_FAMILY_windows # include "osThread_windows.hpp" #endif +#ifdef TARGET_OS_FAMILY_bsd +# include "osThread_bsd.hpp" +#endif };