public final class SanityTraceLocal extends TraceLocal
| Modifier and Type | Field and Description |
|---|---|
private SanityChecker |
sanityChecker |
rootLocations, valuesspecializedScan| Constructor and Description |
|---|
SanityTraceLocal(Trace trace,
SanityChecker sanityChecker) |
| Modifier and Type | Method and Description |
|---|---|
ObjectReference |
traceObject(ObjectReference object,
boolean root)
This method traces an object with knowledge of the fact that object
is a root or not.
|
boolean |
willNotMoveInCurrentCollection(ObjectReference object)
Will this object move from this point on, during the current trace?
|
completeTrace, flush, getForwardedFinalizable, getForwardedReference, getForwardedReferenceType, getForwardedReferent, incrementalTrace, isLive, isReachable, isReferentLive, logMessage, overwriteReferenceDuringTrace, prepare, processEdge, processInteriorEdge, processNode, processRememberedSets, processRootEdge, processRoots, readyToFinalize, release, reportDelayedRootEdge, retainForFinalize, retainReferent, scanObject, traceObjectgetSpecializedScanClass, registerSpecializedScanprivate final SanityChecker sanityChecker
public SanityTraceLocal(Trace trace, SanityChecker sanityChecker)
public ObjectReference traceObject(ObjectReference object, boolean root)
traceObject in class TraceLocalobject - The object to be traced.root - Is this object a root?public boolean willNotMoveInCurrentCollection(ObjectReference object)
willNotMoveInCurrentCollection in class TraceLocalobject - The object to query.true if the object will not move.