--- old/src/share/vm/runtime/vm_operations.cpp Tue Sep 13 12:19:34 2011 +++ new/src/share/vm/runtime/vm_operations.cpp Tue Sep 13 12:19:34 2011 @@ -45,6 +45,9 @@ #ifdef TARGET_OS_FAMILY_windows # include "thread_windows.inline.hpp" #endif +#ifdef TARGET_OS_FAMILY_bsd +# include "thread_bsd.inline.hpp" +#endif #define VM_OP_NAME_INITIALIZE(name) #name,