Searched defs:CMSPermGen (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCMSPermGen.java32 public class CMSPermGen extends PermGen { class in inherits:PermGen
45 Type type = db.lookupType("CMSPermGen");
49 public CMSPermGen(Address addr) { method in class:CMSPermGen
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsPermGen.cpp39 CMSPermGen::CMSPermGen(ReservedSpace rs, size_t initial_byte_size, function in class:CMSPermGen
53 HeapWord* CMSPermGen::mem_allocate(size_t size) {
64 HeapWord* CMSPermGen::request_expand_and_allocate(Generation* gen,
76 void CMSPermGen::compute_new_size() {
H A DcmsPermGen.hpp35 class CMSPermGen: public PermGen { class in inherits:PermGen
47 CMSPermGen(ReservedSpace rs, size_t initial_byte_size,
57 // This is the "generation" view of a CMSPermGen.
60 friend class CMSPermGen;

Completed in 37 milliseconds