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

src/share/vm/memory/space.hpp

Print this page
rev 2694 : imported patch headers_only

*** 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