--- old/src/share/vm/runtime/arguments.cpp Tue Sep 13 12:18:58 2011 +++ new/src/share/vm/runtime/arguments.cpp Tue Sep 13 12:18:58 2011 @@ -46,6 +46,9 @@ #ifdef TARGET_OS_FAMILY_windows # include "os_windows.inline.hpp" #endif +#ifdef TARGET_OS_FAMILY_bsd +# include "os_bsd.inline.hpp" +#endif #ifndef SERIALGC #include "gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp" #endif