--- old/src/cpu/x86/vm/interp_masm_x86_64.cpp Wed Sep 21 11:38:19 2011 +++ new/src/cpu/x86/vm/interp_masm_x86_64.cpp Wed Sep 21 11:38:19 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 // Implementation of InterpreterMacroAssembler