< prev index next >

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

Print this page
rev 13166 : imported patch 8183394-remove-unused-n_workers-method
rev 13167 : imported patch 8179677-rename-conc-refined-cards
rev 13168 : [mq]: 8179677-erik-review

*** 74,84 **** // Flush remaining refinement buffers for cross-region references to either evacuate references // into the collection set or update the remembered set. void update_rem_set(DirtyCardQueue* into_cset_dcq, G1ParScanThreadState* pss, uint worker_i); G1CollectedHeap* _g1; ! size_t _num_conc_refined_cards; CardTableModRefBS* _ct_bs; G1Policy* _g1p; G1HotCardCache* _hot_card_cache; --- 74,84 ---- // Flush remaining refinement buffers for cross-region references to either evacuate references // into the collection set or update the remembered set. void update_rem_set(DirtyCardQueue* into_cset_dcq, G1ParScanThreadState* pss, uint worker_i); G1CollectedHeap* _g1; ! size_t _num_conc_refined_cards; // Number of cards refined concurrently to the mutator. CardTableModRefBS* _ct_bs; G1Policy* _g1p; G1HotCardCache* _hot_card_cache;
< prev index next >