OSDN Git Service

Suspend daemon threads before exiting.
authorAndy McFadden <fadden@android.com>
Fri, 7 Aug 2009 00:56:14 +0000 (17:56 -0700)
committerAndy McFadden <fadden@android.com>
Fri, 7 Aug 2009 01:10:20 +0000 (18:10 -0700)
commit4486036f2c532e678804cbfcdff23ba9cd9da98a
treeb36b07e7bddc3cdc875d499e326c1e6c7cc51e51
parentd51370ff814e88b63baa3b1f5300b6560330c12d
Suspend daemon threads before exiting.

The VM wasn't dealing with daemon threads very well, allowing them to
run unchecked while the city burned around them.  Now we carefully
suspend them before shutdown is allowed to continue.
vm/Thread.c