ref_processing_init has a block comment purporting to describe how reference processing in G1 works. But there are some parts of this comment that are out of date.
It says the ref processors need to "span" the entire heap. But that's no longer true because ofJDK-8201492.
For the STW reference processor it says full GC discovery and processing are non-MT, but that's not been true for some time.
It says the ref processors need to "span" the entire heap. But that's no longer true because of
For the STW reference processor it says full GC discovery and processing are non-MT, but that's not been true for some time.
- relates to
-
JDK-8201492 Properly implement non-contiguous generations for Reference discovery
- Resolved