blob: 26f499376ece2458357302d78a1938870a1c3f2b [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001The finalizer for this class never finishes. Dalvik is expected to detect
2this situation and abort the VM (so you will likely see a stacktrace like
3the following in the log output).
4
5java.util.concurrent.TimeoutException
6 at java.lang.VMThread.sleep(Native Method)
7 at java.lang.Thread.sleep(Thread.java:1031)
8 at java.lang.Thread.sleep(Thread.java:1013)
9 at BadFinalizer.snooze(BadFinalizer.java:9)
10 at BadFinalizer.finalize(BadFinalizer.java:29)
11 at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:182)
12 at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:168)
13 at java.lang.Thread.run(Thread.java:856)
14Calling exit(2)
15