Package | Description |
---|---|
org.mmtk.plan | |
org.mmtk.plan.semispace.gcspy | |
org.mmtk.utility.gcspy.drivers |
Modifier and Type | Field and Description |
---|---|
static LargeObjectSpace |
Plan.largeCodeSpace |
static LargeObjectSpace |
Plan.loSpace
Large objects are allocated into a special large object space.
|
Modifier and Type | Method and Description |
---|---|
private TreadmillDriver |
SSGCspy.newTreadmillDriver(String name,
LargeObjectSpace space)
Create a new TreadmillDriver
TODO is this the best name or should we call it LargeObjectSpaceDriver?
|
Constructor and Description |
---|
GenLOSDriver(ServerInterpreter server,
String spaceName,
LargeObjectSpace lospace,
int blockSize,
int threshold,
boolean mainSpace)
Create a new driver for this collector
|
TreadmillDriver(ServerInterpreter server,
String spaceName,
LargeObjectSpace lospace,
int blockSize,
int threshold,
boolean mainSpace)
Create a new driver for this collector
|