public final class SanityTraceLocal extends TraceLocal
Modifier and Type | Field and Description |
---|---|
private SanityChecker |
sanityChecker |
rootLocations, values
specializedScan
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, traceObject
getSpecializedScanClass, registerSpecializedScan
private final SanityChecker sanityChecker
public SanityTraceLocal(Trace trace, SanityChecker sanityChecker)
public ObjectReference traceObject(ObjectReference object, boolean root)
traceObject
in class TraceLocal
object
- The object to be traced.root
- Is this object a root?public boolean willNotMoveInCurrentCollection(ObjectReference object)
willNotMoveInCurrentCollection
in class TraceLocal
object
- The object to query.true
if the object will not move.