--- old/src/share/vm/runtime/handles.cpp Wed Sep 21 11:39:43 2011 +++ new/src/share/vm/runtime/handles.cpp Wed Sep 21 11:39:43 2011 @@ -38,6 +38,10 @@ # include "os_windows.inline.hpp" # include "thread_windows.inline.hpp" #endif +#ifdef TARGET_OS_FAMILY_bsd +# include "os_bsd.inline.hpp" +# include "thread_bsd.inline.hpp" +#endif #ifdef ASSERT oop* HandleArea::allocate_handle(oop obj) {