src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp

changeset 4129
22b8d3d181d9
parent 4037
da91efe96a93
child 5120
eba99d16dc6f
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp	Wed Oct 03 08:08:52 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp	Wed Oct 03 20:31:41 2012 +0200
     1.3 @@ -353,9 +353,9 @@
     1.4  
     1.5    // Calculates new survivor space size;  returns a new tenuring threshold
     1.6    // value. Stores new survivor size in _survivor_size.
     1.7 -  int compute_survivor_space_size_and_threshold(bool   is_survivor_overflow,
     1.8 -                                                int    tenuring_threshold,
     1.9 -                                                size_t survivor_limit);
    1.10 +  uint compute_survivor_space_size_and_threshold(bool   is_survivor_overflow,
    1.11 +                                                 uint    tenuring_threshold,
    1.12 +                                                 size_t survivor_limit);
    1.13  
    1.14    // Return the maximum size of a survivor space if the young generation were of
    1.15    // size gen_size.

mercurial