|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Gen | |
---|---|
org.jikesrvm.mm.mminterface | |
org.mmtk.plan.generational | |
org.mmtk.plan.generational.copying | |
org.mmtk.plan.generational.immix | |
org.mmtk.plan.generational.marksweep |
Uses of Gen in org.jikesrvm.mm.mminterface |
---|
Subclasses of Gen in org.jikesrvm.mm.mminterface | |
---|---|
static class |
Selected.Plan
|
Uses of Gen in org.mmtk.plan.generational |
---|
Methods in org.mmtk.plan.generational that return Gen | |
---|---|
private static Gen |
GenMutator.global()
|
private static Gen |
GenCollector.global()
|
Uses of Gen in org.mmtk.plan.generational.copying |
---|
Subclasses of Gen in org.mmtk.plan.generational.copying | |
---|---|
class |
GenCopy
This class implements the functionality of a standard two-generation copying collector. |
Uses of Gen in org.mmtk.plan.generational.immix |
---|
Subclasses of Gen in org.mmtk.plan.generational.immix | |
---|---|
class |
GenImmix
This class implements the functionality of a two-generation copying collector where the higher generation is an immix space. |
Uses of Gen in org.mmtk.plan.generational.marksweep |
---|
Subclasses of Gen in org.mmtk.plan.generational.marksweep | |
---|---|
class |
GenMS
This class implements the functionality of a two-generation copying collector where the higher generation is a mark-sweep space (free list allocation, mark-sweep collection). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |