OSDN Git Service

Don't malloc between fork and exec
authorAndy McFadden <fadden@android.com>
Wed, 2 Nov 2011 22:26:39 +0000 (15:26 -0700)
committerAndy McFadden <fadden@android.com>
Wed, 2 Nov 2011 22:26:58 +0000 (15:26 -0700)
commit63cd4b08e623242066c63563bad3a9f414a2bd2d
tree7cf43735b84e4c9d58846c4d8662f96d4cecb029
parent5269ef7b87c6aa89d86e73f438363661f2f65a04
Don't malloc between fork and exec

This was causing hangs in DEX file loading.

Bug 5329833

Change-Id: I19e9e0624f3823cc771c71a4b4ac177d57343c58
vm/analysis/DexPrepare.cpp