--- old/src/cpu/zero/vm/stubGenerator_zero.cpp Tue Sep 13 12:18:05 2011 +++ new/src/cpu/zero/vm/stubGenerator_zero.cpp Tue Sep 13 12:18:05 2011 @@ -43,6 +43,9 @@ #ifdef TARGET_OS_FAMILY_linux # include "thread_linux.inline.hpp" #endif +#ifdef TARGET_OS_FAMILY_bsd +# include "thread_bsd.inline.hpp" +#endif #ifdef COMPILER2 #include "opto/runtime.hpp" #endif