commit | 3027926d518f624b0287fcab705d7e5cd93b9b40 | [log] [tgz] |
---|---|---|
author | Santiago Aboy Solanes <solanes@google.com> | Tue Jan 23 13:42:06 2024 +0000 |
committer | Santiago Aboy Solanes <solanes@google.com> | Tue Jan 23 16:14:53 2024 +0000 |
tree | 88a56e2fcc9e5fc9c55bb34625e42375920e7a42 | |
parent | cb406b706134e0e5b444b8c705064de772391481 [diff] |
Fix test 2273- when CharSequence.isEmpty gets inlined In some cases CharSequence.isEmpty gets inlined which breaks the pattern matching. We can modify the CHECK to make sure we don't inline String.IsEmpty without breaking the cases where CharSequence.isEmpty gets inlined. Bug: 319045458 Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b Change-Id: I6611db882e43d8b38c22e279ed29072d2ade74a9