changeset 33589 | 7cbd1b2c139b |
parent 30764 | fec48bf5a827 |
child 33783 | 6499ca6ce575 |
33580:c2d95df2c54e | 33589:7cbd1b2c139b |
---|---|
220 friend class VMStructs; |
220 friend class VMStructs; |
221 friend class HeapRegionRemSetIterator; |
221 friend class HeapRegionRemSetIterator; |
222 |
222 |
223 public: |
223 public: |
224 enum Event { |
224 enum Event { |
225 Event_EvacStart, Event_EvacEnd, Event_RSUpdateEnd |
225 Event_EvacStart, Event_EvacEnd, Event_RSUpdateEnd, Event_illegal |
226 }; |
226 }; |
227 |
227 |
228 private: |
228 private: |
229 G1BlockOffsetSharedArray* _bosa; |
229 G1BlockOffsetSharedArray* _bosa; |
230 |
230 |