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

changeset 1273
0316eac49d5a
parent 1229
315a5d70b295
child 1325
6cb8e9df7174
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Thu Jul 02 16:28:15 2009 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Tue Jul 07 14:23:00 2009 -0400
     1.3 @@ -1097,6 +1097,10 @@
     1.4      _recorded_survivor_tail    = tail;
     1.5    }
     1.6  
     1.7 +  size_t recorded_survivor_regions() {
     1.8 +    return _recorded_survivor_regions;
     1.9 +  }
    1.10 +
    1.11    void record_thread_age_table(ageTable* age_table)
    1.12    {
    1.13      _survivors_age_table.merge_par(age_table);

mercurial