commit | 79b4f38dd35b83206e8166aaafb94bd75c3318b3 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Wed Oct 23 15:21:37 2013 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Wed Oct 23 15:38:26 2013 -0700 |
tree | 335bd7217c03932c0875697d431e475b56111cc5 | |
parent | 1984152ac92aad244ae15184d12f9ceade686b7b [diff] |
Fix incorrect initial dex cache size. We were previously setting it to be sizeof(DexCacheClass) instead of sizeof(DexCache). This was causing some problems with compaction when I relied on the object sizes being accurate to visit objects in the bump pointer space. Bug: 8981901 Change-Id: Iede04763aced041986b1b239368fc867143ad70d