retainedWeakReferences

Subset of trackedWeakReferences that have been marked as retained.

DO NOT CALL java.lang.ref.Reference.get on the returned references, otherwise you will end up creating local references to the objects, preventing them from becoming weakly reachable, and creating a leak. If you need to check for identity equality, use Reference.refersTo instead.