comparison src/share/vm/memory/permGen.hpp @ 142:8bd1e4487c18

Merge
author iveresov
date Sun, 04 May 2008 03:29:31 -0700
parents c0492d52d55b
children d1605aabd0a1
comparison
equal deleted inserted replaced
138:bcdc68eb7e1f 142:8bd1e4487c18
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 occuring
40 40
41 HeapWord* mem_allocate_in_gen(size_t size, Generation* gen);
42
41 public: 43 public:
42 enum Name { 44 enum Name {
43 MarkSweepCompact, MarkSweep, ConcurrentMarkSweep 45 MarkSweepCompact, MarkSweep, ConcurrentMarkSweep
44 }; 46 };
45 47