comparison src/share/vm/memory/permGen.hpp @ 628:7bb995fbd3c0

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 98cb887364d3
children c18cbe5936b8
comparison
equal deleted inserted replaced
580:ce2272390558 628:7bb995fbd3c0
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 {