src/share/vm/utilities/intHisto.hpp

changeset 3901
24b9c7f4cae6
parent 3900
d2a62e0f25eb
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/share/vm/utilities/intHisto.hpp	Fri Jun 29 17:12:15 2012 -0700
     1.2 +++ b/src/share/vm/utilities/intHisto.hpp	Mon Jul 02 13:11:28 2012 -0400
     1.3 @@ -47,7 +47,7 @@
     1.4  // relation) to a count.
     1.5  
     1.6  
     1.7 -class IntHistogram : public CHeapObj {
     1.8 +class IntHistogram : public CHeapObj<mtInternal> {
     1.9   protected:
    1.10    int _max;
    1.11    int _tot;

mercurial