OSDN Git Service

Don't assert that all threads have stopped.
authorAndy McFadden <fadden@android.com>
Tue, 4 Aug 2009 23:38:40 +0000 (16:38 -0700)
committerAndy McFadden <fadden@android.com>
Wed, 5 Aug 2009 14:29:53 +0000 (07:29 -0700)
commitf17638ea0748c131b68ddd72039022f04d79bd08
treef846df33df7f78a15baeba1f3a7bc1e56dc657f3
parentd1f7f03ad1b988813c318e1fa75467e6c20de312
Don't assert that all threads have stopped.

If assertions were enabled and we had a daemon thread running, the VM
would fail on exit.
vm/Thread.c