commit | b1296e1cd820ce1678939ccf9a1dfe1f267fc909 | [log] [tgz] |
---|---|---|
author | Mythri Alle <mythria@google.com> | Mon May 23 10:33:58 2022 +0000 |
committer | Mythri Alle <mythria@google.com> | Tue May 24 08:58:16 2022 +0000 |
tree | 1d87d40ad36a86949fdd5c05f135927681dd4fd7 | |
parent | 9fc3505d59c0c0b206de313add209799b6251881 [diff] |
Fix a test to avoid races when adding method entry records Adding method entry records could lead to strange cases when more methods are executed when adding a record to check for sufficient capacity in the array list. As more methods are executed when checking for available capacity we would end up using the available space. Bug: 206029744 Test: art/testrunner.py -t 988 Change-Id: I9dde44094599f9042195b84327d679d614d75692