comparison src/share/vm/memory/permGen.hpp @ 605:98cb887364d3

6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
author twisti
date Fri, 27 Feb 2009 13:27:09 -0800
parents d1605aabd0a1
children c18cbe5936b8
comparison
equal deleted inserted replaced
604:ec59443af135 605:98cb887364d3
34 34
35 class PermGen : public CHeapObj { 35 class PermGen : public CHeapObj {
36 friend class VMStructs; 36 friend class VMStructs;
37 protected: 37 protected:
38 size_t _capacity_expansion_limit; // maximum expansion allowed without a 38 size_t _capacity_expansion_limit; // maximum expansion allowed without a
39 // full gc occuring 39 // full gc occurring
40 40
41 HeapWord* mem_allocate_in_gen(size_t size, Generation* gen); 41 HeapWord* mem_allocate_in_gen(size_t size, Generation* gen);
42 42
43 public: 43 public:
44 enum Name { 44 enum Name {