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

changeset 8316
626f594dffa6
parent 7828
cbc7c4c9e11c
child 8604
04d83ba48607
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp	Thu Feb 18 16:15:28 2016 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp	Tue Mar 01 12:50:37 2016 +0530
     1.3 @@ -232,7 +232,7 @@
     1.4  
     1.5  public:
     1.6    enum Event {
     1.7 -    Event_EvacStart, Event_EvacEnd, Event_RSUpdateEnd
     1.8 +    Event_EvacStart, Event_EvacEnd, Event_RSUpdateEnd, Event_illegal
     1.9    };
    1.10  
    1.11  private:

mercurial