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

changeset 6376
cfd4aac53239
parent 6085
8f07aa079343
child 6876
710a3c8b516e
child 7195
c02ec279b062
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Thu Jan 23 12:08:28 2014 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Mon Jan 27 13:14:53 2014 +0100
     1.3 @@ -820,6 +820,8 @@
     1.4      // do that for any other surv rate groups
     1.5    }
     1.6  
     1.7 +  size_t young_list_target_length() const { return _young_list_target_length; }
     1.8 +
     1.9    bool is_young_list_full() {
    1.10      uint young_list_length = _g1->young_list()->length();
    1.11      uint young_list_target_length = _young_list_target_length;

mercurial