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

changeset 3357
441e946dc1af
parent 3336
fd2b426c30db
child 3410
bacb651cf5bf
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Wed Dec 21 07:53:53 2011 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Wed Dec 14 13:34:57 2011 -0800
     1.3 @@ -995,7 +995,7 @@
     1.4    // Initialize weak reference processing.
     1.5    virtual void ref_processing_init();
     1.6  
     1.7 -  void set_par_threads(int t) {
     1.8 +  void set_par_threads(uint t) {
     1.9      SharedHeap::set_par_threads(t);
    1.10      // Done in SharedHeap but oddly there are
    1.11      // two _process_strong_tasks's in a G1CollectedHeap
    1.12 @@ -1298,8 +1298,8 @@
    1.13    // chunk.)  For now requires that "doHeapRegion" always returns "false",
    1.14    // i.e., that a closure never attempt to abort a traversal.
    1.15    void heap_region_par_iterate_chunked(HeapRegionClosure* blk,
    1.16 -                                       int worker,
    1.17 -                                       int no_of_par_workers,
    1.18 +                                       uint worker,
    1.19 +                                       uint no_of_par_workers,
    1.20                                         jint claim_value);
    1.21  
    1.22    // It resets all the region claim values to the default.

mercurial