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

changeset 3176
8229bd737950
parent 3175
4dfb2df418f2
child 3209
074f0252cc13
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Thu Sep 22 10:57:37 2011 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Fri Sep 23 16:07:49 2011 -0400
     1.3 @@ -1149,6 +1149,10 @@
     1.4      return young_list_length < young_list_max_length;
     1.5    }
     1.6  
     1.7 +  size_t young_list_max_length() {
     1.8 +    return _young_list_max_length;
     1.9 +  }
    1.10 +
    1.11    void update_region_num(bool young);
    1.12  
    1.13    bool full_young_gcs() {

mercurial