xref: /aosp_15_r20/art/test/2041-bad-cleaner/info.txt (revision 795d594fd825385562da6b089ea9b2033f3abf5a)
1This is an adaptation of 030-bad-finalizers to Java 8 Cleaners, which
2run directly in the ReferenceQueueDaemon. The Cleaner never finishes.
3ART is expected to detect this situation and abort the VM (so you should
4see a message to that effect in the log output).
5
6