commit | a48f6f1d64bf4606c6f100eb6dae674409d184cd | [log] [tgz] |
---|---|---|
author | Lokesh Gidra <lokeshgidra@google.com> | Wed Sep 23 09:36:01 2020 -0700 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Thu Sep 24 22:53:52 2020 +0000 |
tree | fb2c07ef3845da03834a4a63e960cf8127896725 | |
parent | d9a7d0abcba766114d7b64311ea3aee4a66b2154 [diff] |
Replace inlined string allocations to loop in 096-array-copy-concurrent Replacing inlined string allocations with a loop is expected to reduce the number of GC invocations in case of GC-stress mode. Hopefully, this will fix the timeout that is being observed. Bug: 169242013 Test: art/test/testrunner/testrunner.py --host -t 096-array-copy-concurrent Change-Id: Ib5c4130a5369749f1c28496cc2a1849f776a45be