commit | bfa3ed0ad988e1da13626ddbaf6dcae0c58ea79e | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Mon Nov 10 18:32:59 2014 +0000 |
committer | Vladimir Marko <vmarko@google.com> | Thu Nov 13 18:05:23 2014 +0000 |
tree | 94a5efc09745b0dad86c9992869e84d48ff47a21 | |
parent | 7bcea103af7cd130254835a30b45d5277a478074 [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 Change-Id: I8f979de62ffe37d1c7d5c721717d2f3501e7c9e6