--- old/src/share/vm/runtime/vmThread.cpp Tue Sep 13 12:19:32 2011 +++ new/src/share/vm/runtime/vmThread.cpp Tue Sep 13 12:19:32 2011 @@ -46,6 +46,9 @@ #ifdef TARGET_OS_FAMILY_windows # include "thread_windows.inline.hpp" #endif +#ifdef TARGET_OS_FAMILY_bsd +# include "thread_bsd.inline.hpp" +#endif HS_DTRACE_PROBE_DECL3(hotspot, vmops__request, char *, uintptr_t, int); HS_DTRACE_PROBE_DECL3(hotspot, vmops__begin, char *, uintptr_t, int);