src/share/vm/memory/space.hpp

changeset 3900
d2a62e0f25eb
parent 3751
a05a695ea044
child 4037
da91efe96a93
equal deleted inserted replaced
3877:74533f63b116 3900:d2a62e0f25eb
103 // 103 //
104 // Invariant: bottom() and end() are on page_size boundaries and 104 // Invariant: bottom() and end() are on page_size boundaries and
105 // bottom() <= top() <= end() 105 // bottom() <= top() <= end()
106 // top() is inclusive and end() is exclusive. 106 // top() is inclusive and end() is exclusive.
107 107
108 class Space: public CHeapObj { 108 class Space: public CHeapObj<mtGC> {
109 friend class VMStructs; 109 friend class VMStructs;
110 protected: 110 protected:
111 HeapWord* _bottom; 111 HeapWord* _bottom;
112 HeapWord* _end; 112 HeapWord* _end;
113 113

mercurial