Expand description
Reference processing implementation.
Structsยง
- Phantom
RefProcessing ๐ - RefEnqueue ๐
- RefForwarding ๐
- We create a reference processor for each semantics. Generally we expect these to happen for each processor:
- Holds all reference processors for each weak reference Semantics. Currently this is based on Javaโs weak reference semantics (soft/weak/phantom). We should make changes to make this general rather than Java specific.
- Rescan
References ๐ - Soft
RefProcessing ๐ - Weak
RefProcessing ๐
Enumsยง
Constantsยง
- INITIAL_
SIZE ๐