--- old/src/share/vm/memory/allocation.cpp Wed Sep 21 11:39:07 2011 +++ new/src/share/vm/memory/allocation.cpp Wed Sep 21 11:39:07 2011 @@ -39,6 +39,9 @@ #ifdef TARGET_OS_FAMILY_windows # include "os_windows.inline.hpp" #endif +#ifdef TARGET_OS_FAMILY_bsd +# include "os_bsd.inline.hpp" +#endif void* CHeapObj::operator new(size_t size){ return (void *) AllocateHeap(size, "CHeapObj-new");