commit | a7f5f9043f1ec312b3020ddae9b98937c9d462d3 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Fri Oct 08 10:06:26 2010 -0700 |
committer | Andy McFadden <fadden@android.com> | Fri Oct 08 10:06:26 2010 -0700 |
tree | 0f91caa72cfce403c0615e154e481da328d62fa8 | |
parent | 0477139e2b3e614c6bc20d15c43e5e9b28ae9c13 [diff] |
Don't do ClassLoader prep in dexopt. The code to cache the method info for ClassLoader.loadClass() was happening in dexopt, which is a problem when you're optimizing core.jar. This splits it out into a different function, which the dexopt startup doesn't call. Change-Id: I0bd5b9323b65e8f152b2ab4ea8e58fcf0039e53c