--- old/src/share/vm/code/stubs.hpp Wed Sep 21 11:38:43 2011 +++ new/src/share/vm/code/stubs.hpp Wed Sep 21 11:38:43 2011 @@ -35,6 +35,9 @@ #ifdef TARGET_OS_FAMILY_windows # include "os_windows.inline.hpp" #endif +#ifdef TARGET_OS_FAMILY_bsd +# include "os_bsd.inline.hpp" +#endif // The classes in this file provide a simple framework for the // management of little pieces of machine code - or stubs -