art/test/2041-bad-cleaner/info.txt

6 lines
263 B
Plaintext
Raw Normal View History

2025-08-25 08:21:32 +08:00
This is an adaptation of 030-bad-finalizers to Java 8 Cleaners, which
run directly in the ReferenceQueueDaemon. The Cleaner never finishes.
ART is expected to detect this situation and abort the VM (so you should
see a message to that effect in the log output).