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

changeset 9796
65749db89e61
parent 7651
c132be0fb74d
child 9806
758c07667682
child 9896
1b8c45b8216a
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Fri Jul 10 11:31:49 2015 -0700
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Tue Nov 26 15:23:15 2019 +0800
     1.3 @@ -133,7 +133,11 @@
     1.4    SizerKind _sizer_kind;
     1.5    uint _min_desired_young_length;
     1.6    uint _max_desired_young_length;
     1.7 +
     1.8 +  // False when using a fixed young generation size due to command-line options,
     1.9 +  // true otherwise.
    1.10    bool _adaptive_size;
    1.11 +
    1.12    uint calculate_default_min_length(uint new_number_of_heap_regions);
    1.13    uint calculate_default_max_length(uint new_number_of_heap_regions);
    1.14  

mercurial