hotspot/src/share/vm/memory/permGen.hpp
changeset 386 7f121b1192f2
parent 1 489c9b5090e2
child 670 ddf3e9583f2f
equal deleted inserted replaced
342:c7bc1fed1d90 386:7f121b1192f2
    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