hotspot/src/share/vm/gc/g1/g1ConcurrentMark.hpp
changeset 38162 4e2c3433a3ae
parent 37474 5d721e36f744
child 38177 b0c9cb06506b
child 38183 cb68e4923223
equal deleted inserted replaced
38159:dd85f2d97400 38162:4e2c3433a3ae
   224   YoungList*           _young_list;
   224   YoungList*           _young_list;
   225   G1ConcurrentMark*    _cm;
   225   G1ConcurrentMark*    _cm;
   226 
   226 
   227   volatile bool        _scan_in_progress;
   227   volatile bool        _scan_in_progress;
   228   volatile bool        _should_abort;
   228   volatile bool        _should_abort;
   229   HeapRegion* volatile _next_survivor;
   229   volatile int         _claimed_survivor_index;
   230 
   230 
   231   void notify_scan_done();
   231   void notify_scan_done();
   232 
   232 
   233 public:
   233 public:
   234   G1CMRootRegions();
   234   G1CMRootRegions();