public final class GenRCModifiedProcessor extends TransitiveClosure
TraceLocal
Modifier and Type | Field and Description |
---|---|
private GenRCFindRootSetTraceLocal |
trace |
specializedScan
Constructor and Description |
---|
GenRCModifiedProcessor(GenRCFindRootSetTraceLocal trace) |
Modifier and Type | Method and Description |
---|---|
void |
processEdge(ObjectReference source,
Address slot)
Trace an edge during GC.
|
getSpecializedScanClass, processNode, registerSpecializedScan
private final GenRCFindRootSetTraceLocal trace
public GenRCModifiedProcessor(GenRCFindRootSetTraceLocal trace)
public void processEdge(ObjectReference source, Address slot)
TransitiveClosure
processEdge
in class TransitiveClosure
source
- The source of the reference.slot
- The location containing the object reference.