src/share/vm/gc_implementation/shared/adaptiveSizePolicy.hpp

changeset 4129
22b8d3d181d9
parent 3900
d2a62e0f25eb
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.hpp	Wed Oct 03 08:08:52 2012 -0700
     1.2 +++ b/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.hpp	Wed Oct 03 20:31:41 2012 +0200
     1.3 @@ -489,8 +489,8 @@
     1.4  
     1.5    // Printing support
     1.6    virtual bool print_adaptive_size_policy_on(outputStream* st) const;
     1.7 -  bool print_adaptive_size_policy_on(outputStream* st, int
     1.8 -                                  tenuring_threshold) const;
     1.9 +  bool print_adaptive_size_policy_on(outputStream* st,
    1.10 +                                     uint tenuring_threshold) const;
    1.11  };
    1.12  
    1.13  // Class that can be used to print information about the

mercurial