commit | 99b7e62b3caf9de4519841e020b5cd9c926fbdca | [log] [tgz] |
---|---|---|
author | KH Shi <kenghua@google.com> | Wed Nov 08 12:44:42 2023 +0000 |
committer | KH Shi <kenghua@google.com> | Wed Nov 08 12:44:42 2023 +0000 |
tree | f56acc34fead8bf419fc9867ec1074777ba8d453 | |
parent | 6795186c00e78d49534f225384db823c2b3b1974 [diff] |
Avoid autoboxing overhead in hash calculation Avoid passing primitive data types into Objects.hash() which will convert them to their corresponding object wrapper types automatically. Test: atest TetheringTests Bug: 261923493 Change-Id: I2efe7f3e50923ad2e33cfd58ae7e1e1cf7fd34bd