commit | 57ea16e87e319bf71176dd8e8d12abe84f13d2e6 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Tue Jun 16 12:10:04 2009 -0700 |
committer | Andy McFadden <fadden@android.com> | Tue Jun 16 12:10:04 2009 -0700 |
tree | 2b1119eca23af3a54d71f57929d5ebe522e7c81c | |
parent | eba51c25771a07993224e5ae74e8cac715985ba6 [diff] |
Don't init class during reflection signature scan. 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.