Other |
---|
tbdUnresolved |
Relates :
|
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 of JDK-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.