comparison src/share/vm/gc_implementation/concurrentMarkSweep/cmsPermGen.hpp @ 139:c0492d52d55b

6539517: CR 6186200 should be extended to perm gen allocation to prevent spurious OOM's from perm gen Reviewed-by: ysr, jmasa
author apetrusenko
date Tue, 01 Apr 2008 15:13:47 +0400
parents a61af66fc99e
children c18cbe5936b8
comparison
equal deleted inserted replaced
95:d05ebaf00ed0 139:c0492d52d55b
27 27
28 // A PermGen implemented with a CMS space, collected by a CMS collector. 28 // A PermGen implemented with a CMS space, collected by a CMS collector.
29 class CMSPermGen: public PermGen { 29 class CMSPermGen: public PermGen {
30 friend class VMStructs; 30 friend class VMStructs;
31 31
32 HeapWord* mem_allocate_work(size_t size);
33 protected: 32 protected:
34 // The "generation" view. 33 // The "generation" view.
35 ConcurrentMarkSweepGeneration* _gen; 34 ConcurrentMarkSweepGeneration* _gen;
36 35
37 public: 36 public: