|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mmtk.vm.MMTk_Events
public abstract class MMTk_Events
Event generation interface for MMTk.
| Constructor Summary | |
|---|---|
MMTk_Events()
|
|
| Method Summary | |
|---|---|
abstract void |
heapSizeChanged(Extent heapSize)
|
abstract void |
tracePageAcquired(Space space,
Address startAddress,
int numPages)
|
abstract void |
tracePageReleased(Space space,
Address startAddress,
int numPages)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MMTk_Events()
| Method Detail |
|---|
public abstract void tracePageAcquired(Space space,
Address startAddress,
int numPages)
public abstract void tracePageReleased(Space space,
Address startAddress,
int numPages)
public abstract void heapSizeChanged(Extent heapSize)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||