commit | 798e74341e03edf2c30728a141dc6af7a89f9e1f | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Tue Jun 16 12:10:04 2009 -0700 |
committer | Andy McFadden <fadden@android.com> | Tue Jul 14 10:47:19 2009 -0700 |
tree | 13b271eb401afdbc63f382c7b57b090f32acc793 | |
parent | 2b82899181108c4ed290f8c6b6be13759b59768f [diff] |
Don't init class during reflection signature scan. Do not merge to master -- this is 57ea16e8 from there. When processing Class.getDeclaredMethods() we create Method objects. These have arrays of classes that indicate the method parameter types. While generating the array we were initializing the classes we found, which isn't necessary and led to some unpleasantness described in external bug 3005.