xref: /aosp_15_r20/art/test/2042-reference-processing/info.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1A test for reference processing correctness.
2
3The emphasis here is on fundamental properties. In particular, references to
4unreachable referents should be enqueued, and this should ensure that uncleared
5References don't point to objects for which References were enqueued. We also
6check various other ordering properties for java.lang.ref.References.
7