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

changeset 9806
758c07667682
parent 7994
04ff2f6cd0eb
parent 9796
65749db89e61
child 9931
fd44df5e3bc3
     1.1 --- a/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Tue Feb 04 17:38:01 2020 +0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp	Tue Feb 04 18:13:14 2020 +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