hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/cmsPermGen.hpp
changeset 386 7f121b1192f2
parent 1 489c9b5090e2
child 5547 f4b087cbb361
equal deleted inserted replaced
342:c7bc1fed1d90 386:7f121b1192f2
    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: