< prev index next >

src/share/vm/gc/g1/heapRegionRemSet.hpp

Print this page
rev 9088 : 8139040: Fix initializations before ShouldNotReachHere() etc. and enable -Wuninitialized on linux.
Reviewed-by: stuefe, coleenp

*** 220,230 **** friend class VMStructs; friend class HeapRegionRemSetIterator; public: enum Event { ! Event_EvacStart, Event_EvacEnd, Event_RSUpdateEnd }; private: G1BlockOffsetSharedArray* _bosa; --- 220,230 ---- friend class VMStructs; friend class HeapRegionRemSetIterator; public: enum Event { ! Event_EvacStart, Event_EvacEnd, Event_RSUpdateEnd, Event_illegal }; private: G1BlockOffsetSharedArray* _bosa;
< prev index next >