|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.mmtk.plan.Plan
org.mmtk.plan.nogc.NoGC
public class NoGC
This class implements the global state of a a simple allocator without a collector.
| Field Summary | |
|---|---|
static int |
NOGC
|
static ImmortalSpace |
noGCSpace
Class variables |
Trace |
trace
Instance variables |
| Constructor Summary | |
|---|---|
NoGC()
|
|
| Method Summary | |
|---|---|
void |
collectionPhase(short phaseId)
Perform a (global) collection phase. |
int |
getPagesUsed()
Return the number of pages reserved for use given the pending allocation. |
protected void |
registerSpecializedMethods()
Register specialized methods. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ImmortalSpace noGCSpace
public static final int NOGC
public final Trace trace
| Constructor Detail |
|---|
public NoGC()
| Method Detail |
|---|
public final void collectionPhase(short phaseId)
collectionPhase in class PlanphaseId - Collection phasepublic int getPagesUsed()
getPagesUsed in class Planprotected void registerSpecializedMethods()
registerSpecializedMethods in class Plan
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||