src/share/vm/memory/space.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/memory/space.hpp	Wed Sep 21 11:39:16 2011
--- new/src/share/vm/memory/space.hpp	Wed Sep 21 11:39:16 2011

*** 42,51 **** --- 42,54 ---- # include "os_solaris.inline.hpp" #endif #ifdef TARGET_OS_FAMILY_windows # include "os_windows.inline.hpp" #endif + #ifdef TARGET_OS_FAMILY_bsd + # include "os_bsd.inline.hpp" + #endif // A space is an abstraction for the "storage units" backing // up the generation abstraction. It includes specific // implementations for keeping track of free and used space, // for iterating over objects and free blocks, etc.

src/share/vm/memory/space.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File