| Package | Description |
|---|---|
| org.mmtk.plan.semispace.gcspy | |
| org.mmtk.policy | |
| org.mmtk.utility | |
| org.mmtk.utility.gcspy.drivers |
| Modifier and Type | Field and Description |
|---|---|
(package private) static TreadmillDriver |
SSGCspy.losDriver |
(package private) static TreadmillDriver |
SSGCspy.losNurseryDriver |
(package private) static TreadmillDriver |
SSGCspy.plosDriver |
(package private) static TreadmillDriver |
SSGCspy.plosNurseryDriver |
| 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?
|
| Modifier and Type | Method and Description |
|---|---|
void |
LargeObjectLocal.gcspyGatherData(int event,
TreadmillDriver losDriver)
Gather data for GCSpy from the nursery
|
void |
LargeObjectLocal.gcspyGatherData(int event,
TreadmillDriver losDriver,
boolean tospace)
Gather data for GCSpy for an older space
|
| Modifier and Type | Method and Description |
|---|---|
void |
Treadmill.gcspyGatherData(int event,
TreadmillDriver tmDriver)
Gather data for GCSpy from the nursery
|
void |
Treadmill.gcspyGatherData(int event,
TreadmillDriver tmDriver,
boolean tospace)
Gather data for GCSpy
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenLOSDriver
This class extends a simple driver for the MMTk LargeObjectSpace
for Generational Collectors.
|