summaryrefslogtreecommitdiffstats
path: root/vm/compiler/Frontend.c
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2009-06-16 12:10:04 -0700
committerAndy McFadden <fadden@android.com>2009-06-16 12:10:04 -0700
commit57ea16e87e319bf71176dd8e8d12abe84f13d2e6 (patch)
tree2b1119eca23af3a54d71f57929d5ebe522e7c81c /vm/compiler/Frontend.c
parenteba51c25771a07993224e5ae74e8cac715985ba6 (diff)
downloadandroid_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/Frontend.c')
0 files changed, 0 insertions, 0 deletions