diff options
| author | 2015-06-19 13:55:27 -0700 | |
|---|---|---|
| committer | 2015-06-19 14:17:06 -0700 | |
| commit | 1626b919005df42ccc90ebe68fc57b7c56d44029 (patch) | |
| tree | 944f3c1fa6d13b5f279b224e22ebe278d0b72a18 /compiler/optimizing/codegen_test.cc | |
| parent | e7738e8bf567153fde593404d380a5c79ba6bfa8 (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