| commit | ed4ee4474b0f34d70ebb362eaa4be4ae9bca7f8e | [log] [tgz] |
|---|---|---|
| author | Mathieu Chartier <mathieuc@google.com> | Tue Jun 05 14:23:35 2018 -0700 |
| committer | Mathieu Chartier <mathieuc@google.com> | Tue Jun 05 15:44:49 2018 -0700 |
| tree | f78fb90eef013c07938160f2ca7af793bbd00d55 | |
| parent | a13ec547911bb33d05955d9d6f336f550c8d9c10 [diff] |
Remove unnecessary thread suspension Removed unnecessary thread suspension since it's already done by ScopedGCCriticalSection. This also fixes the access of handles without holding the mutator lock. Added scoped traces to RegisterDexFile to help detect any delays caused by blocking on GC from the ScopedGCCriticalSection. Bug: 109720594 Test: test-art-host Change-Id: I0bc7402eca7c8bff92d3522ccd30ca802bca2863