Searched refs:CMSPermGen (Results 1 - 6 of 6) sorted by relevance

/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;
H A DvmStructs_cms.hpp34 nonstatic_field(CMSPermGen, _gen, ConcurrentMarkSweepGeneration*) \
61 declare_type(CMSPermGen, PermGen) \
/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
H A DSharedHeap.java52 ctor.addMapping("CMSPermGen", CMSPermGen.class);
/openjdk7/hotspot/src/share/vm/memory/
H A DgenerationSpec.cpp177 return new CMSPermGen(perm_rs, init_size, ctrs,

Completed in 65 milliseconds