< prev index next >

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

Print this page
rev 13166 : [mq]: 8183394-remove-unused-n_workers-method

*** 73,88 **** // 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); - protected: G1CollectedHeap* _g1; size_t _conc_refine_cards; - uint n_workers(); - protected: CardTableModRefBS* _ct_bs; G1Policy* _g1p; G1HotCardCache* _hot_card_cache; public: --- 73,85 ----
< prev index next >