commit | 76649e8d775519fe19f2b14d18ac488c13296054 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Mon Nov 10 18:32:59 2014 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Fri Nov 14 11:33:53 2014 +0000 |
tree | a899ec37ce51672c9e14d2954b2a7af7397e63da | |
parent | d94a0a1d2868baaab49f4d2835bca086d98cf763 [diff] |
Keep original order of fields in Class. The fields of a class are ordered alphabetically in the dex file. Keep the same order in the field arrays so that we can do binary search lookups by name. Those lookups will be implemented in a subsequent change in libcore/. Bug: 18211592 (cherry picked from commit bfa3ed0ad988e1da13626ddbaf6dcae0c58ea79e) Change-Id: I8f979de62ffe37d1c7d5c721717d2f3501e7c9e6