commit | 8e9a1497f0d7da4d55f6e7ed8a7d96ba6db7222d | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Thu Oct 04 12:25:40 2012 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Thu Oct 04 12:42:44 2012 -0700 |
tree | 53fb9bd1ec02e68ffa99c67273c744753b6435a2 | |
parent | 2fde53367dbe721e5273c34b590e67112322cc9e [diff] |
Fix large object space overlapping map error The free list version of the large object space was being occasionally mapped where the oat file is supposed to be. We now map it after the alloc_space. Added a padding word with checks to the alloc space if debug spaces is set to enabled. Change-Id: I5e931e263798d33ca90d0f635d2042683be059d3