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

changeset 825
cc68c8e9b309
parent 790
0edda524b58c
child 905
ad8c8ca4ab0f
child 952
e9be0e04635a
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Thu Oct 02 12:01:08 2008 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp	Mon Oct 06 13:16:35 2008 -0400
     1.3 @@ -890,6 +890,9 @@
     1.4                                         int worker,
     1.5                                         jint claim_value);
     1.6  
     1.7 +  // It resets all the region claim values to the default.
     1.8 +  void reset_heap_region_claim_values();
     1.9 +
    1.10  #ifdef ASSERT
    1.11    bool check_heap_region_claim_values(jint claim_value);
    1.12  #endif // ASSERT

mercurial