Searched defs:GenerationSpec (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DGenerationSpec.java33 public class GenerationSpec extends VMObject { class in inherits:VMObject
47 Type type = db.lookupType("GenerationSpec");
54 public GenerationSpec(Address addr) { method in class:GenerationSpec
/openjdk7/hotspot/src/share/vm/memory/
H A DgenerationSpec.hpp35 class GenerationSpec : public CHeapObj<mtGC> { class in inherits:CHeapObj
43 GenerationSpec(Generation::Name name, size_t init_size, size_t max_size) { function in class:GenerationSpec
69 typedef GenerationSpec* GenerationSpecPtr;
72 // similar to GenerationSpec in use. Due to PermGen's not being a

Completed in 25 milliseconds