< prev index next >

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

Print this page

        

*** 227,236 **** --- 227,238 ---- volatile bool _scan_in_progress; volatile bool _should_abort; HeapRegion* volatile _next_survivor; + void notify_scan_done(); + public: G1CMRootRegions(); // We actually do most of the initialization in this method. void init(G1CollectedHeap* g1h, G1ConcurrentMark* cm);
< prev index next >