summaryrefslogtreecommitdiff
path: root/compiler/optimizing/codegen_test.cc
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2015-06-19 13:55:27 -0700
committer Mathieu Chartier <mathieuc@google.com> 2015-06-19 14:17:06 -0700
commit1626b919005df42ccc90ebe68fc57b7c56d44029 (patch)
tree944f3c1fa6d13b5f279b224e22ebe278d0b72a18 /compiler/optimizing/codegen_test.cc
parente7738e8bf567153fde593404d380a5c79ba6bfa8 (diff)
Fix GC map generation edge case
Previously we checked the number of bits, but then rounded up to a byte boundary. If ref_bitmap_bits was 65535, it would pass the check but not actually fit in the 13 bits for ref_bitmap_bytes since we rounded up to 8192 bytes. Regression test infeasible due to smali limitations. Bug: 21888453 Change-Id: If4b769431f27ecca14fe7852d017bcde01b3e146
Diffstat (limited to 'compiler/optimizing/codegen_test.cc')
0 files changed, 0 insertions, 0 deletions