--- old/src/share/vm/runtime/threadLocalStorage.hpp Tue Sep 13 12:19:28 2011 +++ new/src/share/vm/runtime/threadLocalStorage.hpp Tue Sep 13 12:19:27 2011 @@ -68,6 +68,12 @@ #ifdef TARGET_OS_ARCH_linux_ppc # include "threadLS_linux_ppc.hpp" #endif +#ifdef TARGET_OS_ARCH_bsd_x86 +# include "threadLS_bsd_x86.hpp" +#endif +#ifdef TARGET_OS_ARCH_bsd_zero +# include "threadLS_bsd_zero.hpp" +#endif public: