diff -r ee21eaa8ffe1 -r cc68c8e9b309 src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp Thu Oct 02 12:01:08 2008 -0700 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp Mon Oct 06 13:16:35 2008 -0400 @@ -890,6 +890,9 @@ int worker, jint claim_value); + // It resets all the region claim values to the default. + void reset_heap_region_claim_values(); + #ifdef ASSERT bool check_heap_region_claim_values(jint claim_value); #endif // ASSERT