public final class CopyMSTraceLocal extends TraceLocal
rootLocations, valuesspecializedScan| Constructor and Description |
|---|
CopyMSTraceLocal(Trace trace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLive(ObjectReference object)
Is the specified object reachable?
|
ObjectReference |
traceObject(ObjectReference object)
This method is the core method during the trace of the object graph.
|
boolean |
willNotMoveInCurrentCollection(ObjectReference object)
Will this object move from this point on, during the current collection ?
|
completeTrace, flush, getForwardedFinalizable, getForwardedReference, getForwardedReferenceType, getForwardedReferent, incrementalTrace, isReachable, isReferentLive, logMessage, overwriteReferenceDuringTrace, prepare, processEdge, processInteriorEdge, processNode, processRememberedSets, processRootEdge, processRoots, readyToFinalize, release, reportDelayedRootEdge, retainForFinalize, retainReferent, scanObject, traceObjectgetSpecializedScanClass, registerSpecializedScanpublic CopyMSTraceLocal(Trace trace)
trace - the global trace class to usepublic boolean isLive(ObjectReference object)
isLive in class TraceLocalobject - The object.true if the object is live.public ObjectReference traceObject(ObjectReference object)
In this instance, we refer objects in the mark-sweep space to the msSpace for tracing, and defer to the superclass for all others.
traceObject in class TraceLocalobject - The object to be traced.public boolean willNotMoveInCurrentCollection(ObjectReference object)
willNotMoveInCurrentCollection in class TraceLocalobject - The object to query.true If the object will not move during collection