commit | 1144b63a11525d5a7a273d7a957343ad68d162c6 | [log] [tgz] |
---|---|---|
author | Lokesh Gidra <lokeshgidra@google.com> | Thu Jan 18 10:12:38 2018 -0800 |
committer | Lokesh Gidra <lokeshgidra@google.com> | Thu Jan 18 10:12:38 2018 -0800 |
tree | 4ada4fcdf83a9d9dbd3c6470daea1eefdc80d0b6 | |
parent | a7e4a15ba7b40fbe1ecd76ce0d99de90aa42201f [diff] |
Fix calculation of concurrent_start_bytes in GrowForUtilization() Concurrent_start_bytes currently is assigned product of bytes allocated bytes during last GC and time spent (in seconds) in it. Instead it should be just bytes allocated. Bug: 71902460 Test: test-art-host Change-Id: I6b8322756eb6464b4581311ea7e7c90ecb2cb5ae