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

changeset 3296
dc467e8b2c5e
parent 3294
bca17e38de00
child 3335
3c648b9ad052
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Mon Nov 28 09:49:05 2011 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Thu Nov 17 12:40:15 2011 -0800
     1.3 @@ -1294,8 +1294,17 @@
     1.4  
     1.5  #ifdef ASSERT
     1.6    bool check_heap_region_claim_values(jint claim_value);
     1.7 +
     1.8 +  // Same as the routine above but only checks regions in the
     1.9 +  // current collection set.
    1.10 +  bool check_cset_heap_region_claim_values(jint claim_value);
    1.11  #endif // ASSERT
    1.12  
    1.13 +  // Given the id of a worker, calculate a suitable
    1.14 +  // starting region for iterating over the current
    1.15 +  // collection set.
    1.16 +  HeapRegion* start_cset_region_for_worker(int worker_i);
    1.17 +
    1.18    // Iterate over the regions (if any) in the current collection set.
    1.19    void collection_set_iterate(HeapRegionClosure* blk);
    1.20  

mercurial