< prev index next >

src/share/vm/memory/space.hpp

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

*** 60,70 **** // Invariant: bottom() and end() are on page_size boundaries and // bottom() <= top() <= end() // top() is inclusive and end() is exclusive. class Space: public CHeapObj<mtGC> { - friend class TenuredGeneration; friend class VMStructs; protected: HeapWord* _bottom; HeapWord* _end; --- 60,69 ----
< prev index next >