src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.hpp	Wed Jan 15 01:41:27 2014
--- new/src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.hpp	Wed Jan 15 01:41:26 2014

*** 33,43 **** --- 33,43 ---- // range in smaller chunks. class PSVirtualSpace : public CHeapObj<mtGC> { friend class VMStructs; protected: ! // The space is committed/uncommited in chunks of size _alignment. The ! // The space is committed/uncommitted in chunks of size _alignment. The // ReservedSpace passed to initialize() must be aligned to this value. const size_t _alignment; // Reserved area char* _reserved_low_addr;

src/share/vm/gc_implementation/parallelScavenge/psVirtualspace.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File