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

changeset 3357
441e946dc1af
parent 3296
dc467e8b2c5e
child 3466
b4ebad3520bb
     1.1 --- a/src/share/vm/gc_implementation/g1/g1RemSet.cpp	Wed Dec 21 07:53:53 2011 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1RemSet.cpp	Wed Dec 14 13:34:57 2011 -0800
     1.3 @@ -558,11 +558,11 @@
     1.4  }
     1.5  
     1.6  void G1RemSet::scrub_par(BitMap* region_bm, BitMap* card_bm,
     1.7 -                                int worker_num, int claim_val) {
     1.8 +                                uint worker_num, int claim_val) {
     1.9    ScrubRSClosure scrub_cl(region_bm, card_bm);
    1.10    _g1->heap_region_par_iterate_chunked(&scrub_cl,
    1.11                                         worker_num,
    1.12 -                                       (int) n_workers(),
    1.13 +                                       n_workers(),
    1.14                                         claim_val);
    1.15  }
    1.16  

mercurial