< prev index next >

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

Print this page
rev 9770 : imported patch 8145674-fix-includes-and-forward-declarations-in-g1remset-files
rev 9773 : imported patch 8145672-remove-dependency-of-g1fromcardcache-to-heapregionremset
rev 9774 : [mq]: 8145672-jmasa-comments

*** 80,90 **** uint G1RemSet::num_par_rem_sets() { return MAX2(DirtyCardQueueSet::num_par_ids() + ConcurrentG1Refine::thread_num(), ParallelGCThreads); } ! void G1RemSet::init_heap(uint max_regions) { G1FromCardCache::initialize(num_par_rem_sets(), max_regions); } ScanRSClosure::ScanRSClosure(G1ParPushHeapRSClosure* oc, CodeBlobClosure* code_root_cl, --- 80,90 ---- uint G1RemSet::num_par_rem_sets() { return MAX2(DirtyCardQueueSet::num_par_ids() + ConcurrentG1Refine::thread_num(), ParallelGCThreads); } ! void G1RemSet::initialize(uint max_regions) { G1FromCardCache::initialize(num_par_rem_sets(), max_regions); } ScanRSClosure::ScanRSClosure(G1ParPushHeapRSClosure* oc, CodeBlobClosure* code_root_cl,
< prev index next >