src/share/vm/memory/permGen.hpp

changeset 1040
98cb887364d3
parent 631
d1605aabd0a1
child 1907
c18cbe5936b8
equal deleted inserted replaced
1039:ec59443af135 1040: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 {

mercurial