public final class CMSTraceLocal extends TraceLocal
rootLocations, values
specializedScan
Constructor and Description |
---|
CMSTraceLocal(Trace trace) |
Modifier and Type | Method and Description |
---|---|
boolean |
isLive(ObjectReference object)
Is the specified object live?
|
protected boolean |
overwriteReferenceDuringTrace() |
ObjectReference |
traceObject(ObjectReference object)
This method is the core method during the trace of the object graph.
|
completeTrace, flush, getForwardedFinalizable, getForwardedReference, getForwardedReferenceType, getForwardedReferent, incrementalTrace, isReachable, isReferentLive, logMessage, prepare, processEdge, processInteriorEdge, processNode, processRememberedSets, processRootEdge, processRoots, readyToFinalize, release, reportDelayedRootEdge, retainForFinalize, retainReferent, scanObject, traceObject, willNotMoveInCurrentCollection
getSpecializedScanClass, registerSpecializedScan
public CMSTraceLocal(Trace trace)
trace
- the global trace class to useprotected boolean overwriteReferenceDuringTrace()
overwriteReferenceDuringTrace
in class TraceLocal
public boolean isLive(ObjectReference object)
TraceLocal
isLive
in class TraceLocal
object
- 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 TraceLocal
object
- The object to be traced.