commit | 5c11a79eb8652ad49096b34966131ec2c31ec2eb | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Fri Mar 10 14:29:22 2017 -0800 |
committer | Alex Light <allight@google.com> | Fri Mar 10 14:33:03 2017 -0800 |
tree | 1d8b8e842b0aeddc4464089cc7dc29179729ffdb | |
parent | f9d80d72a686048200bcf6a7f37192f9eb75d5bd [diff] |
Ensure we have the correct thread when allocating obsolete methods. We were using the incorrect thread to allocate memory for obsolete methods. This could cause DCHECK failures as one tries to lock a mutex with a non-running thread. Bug: 31455788 Test: ./test/testrunner/testrunner.py --host -j40 Change-Id: I650d480a2e6e341509ad1f023398ebcc01913baa