diff options
author | Andy McFadden <fadden@android.com> | 2009-06-16 12:10:04 -0700 |
---|---|---|
committer | Andy McFadden <fadden@android.com> | 2009-06-16 12:10:04 -0700 |
commit | 57ea16e87e319bf71176dd8e8d12abe84f13d2e6 (patch) | |
tree | 2b1119eca23af3a54d71f57929d5ebe522e7c81c /vm/compiler | |
parent | eba51c25771a07993224e5ae74e8cac715985ba6 (diff) | |
download | android_dalvik-57ea16e87e319bf71176dd8e8d12abe84f13d2e6.tar.gz android_dalvik-57ea16e87e319bf71176dd8e8d12abe84f13d2e6.tar.bz2 android_dalvik-57ea16e87e319bf71176dd8e8d12abe84f13d2e6.zip |
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.
Diffstat (limited to 'vm/compiler')
0 files changed, 0 insertions, 0 deletions