--- old/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.cpp Wed Sep 21 11:38:55 2011 +++ new/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.cpp Wed Sep 21 11:38:55 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 // PSVirtualSpace