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

Print this page

        

*** 292,309 **** G1CollectedHeap* _g1; G1RemSet* _g1_rem_set; HeapRegion* _from; OopsInHeapRegionClosure* _push_ref_cl; bool _record_refs_into_cset; ! int _worker_i; public: G1UpdateRSOrPushRefOopClosure(G1CollectedHeap* g1h, G1RemSet* rs, OopsInHeapRegionClosure* push_ref_cl, bool record_refs_into_cset, ! int worker_i = 0); void set_from(HeapRegion* from) { assert(from != NULL, "from region must be non-NULL"); _from = from; } --- 292,309 ---- G1CollectedHeap* _g1; G1RemSet* _g1_rem_set; HeapRegion* _from; OopsInHeapRegionClosure* _push_ref_cl; bool _record_refs_into_cset; ! uint _worker_i; public: G1UpdateRSOrPushRefOopClosure(G1CollectedHeap* g1h, G1RemSet* rs, OopsInHeapRegionClosure* push_ref_cl, bool record_refs_into_cset, ! uint worker_i = 0); void set_from(HeapRegion* from) { assert(from != NULL, "from region must be non-NULL"); _from = from; }