--- old/src/share/vm/runtime/thread.hpp Tue Sep 13 12:19:25 2011 +++ new/src/share/vm/runtime/thread.hpp Tue Sep 13 12:19:25 2011 @@ -1607,6 +1607,12 @@ #ifdef TARGET_OS_ARCH_linux_ppc # include "thread_linux_ppc.hpp" #endif +#ifdef TARGET_OS_ARCH_bsd_x86 +# include "thread_bsd_x86.hpp" +#endif +#ifdef TARGET_OS_ARCH_bsd_zero +# include "thread_bsd_zero.hpp" +#endif public: