commit | e71b35446985835363a4508646cf7b1121bd95a3 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Mon Jan 16 14:58:23 2017 +0000 |
committer | Roland Levillain <rpl@google.com> | Tue Jan 17 11:55:07 2017 +0000 |
tree | bd40763b04ba2028f3383736b2a14808e407120c | |
parent | 8bd59a0fd46db83616785168231e09fb95ed2ead [diff] |
Move some fields in art::Thread to reduce maintenance burden. Move fields `thread_local_start`, `thread_local_pos`, `thread_local_end` and `thread_local_objects` before fields `jni_entrypoints` and `quick_entrypoints` within art::Thread, to avoid repetitive art::Thread field moves in future CLs caused by the addition or deletion of entry points. Test: m test-art-host test: m test-art-target (on ARM) Change-Id: Ib67842e44a7f21a871ca4d1bb95dc6f7cfedc829