src/share/vm/memory/permGen.hpp

changeset 1040
98cb887364d3
parent 631
d1605aabd0a1
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/memory/permGen.hpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/memory/permGen.hpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -36,7 +36,7 @@
     1.4    friend class VMStructs;
     1.5   protected:
     1.6    size_t _capacity_expansion_limit;  // maximum expansion allowed without a
     1.7 -                                     // full gc occuring
     1.8 +                                     // full gc occurring
     1.9  
    1.10    HeapWord* mem_allocate_in_gen(size_t size, Generation* gen);
    1.11  

mercurial