< prev index next >

src/share/vm/memory/space.hpp

Print this page
rev 7420 : [mq]: removeOneContigSpaceGeneration
rev 7421 : imported patch kim-review

*** 493,503 **** class GenSpaceMangler; // A space in which the free area is contiguous. It therefore supports // faster allocation, and compaction. class ContiguousSpace: public CompactibleSpace { - friend class OneContigSpaceCardGeneration; friend class VMStructs; // Allow scan_and_forward function to call (private) overrides for auxiliary functions on this class template <typename SpaceType> friend void CompactibleSpace::scan_and_forward(SpaceType* space, CompactPoint* cp); --- 493,502 ----
< prev index next >