commit | f7eedfe04e5a92861dd0de68ea7642dbc4729ac1 | [log] [tgz] |
---|---|---|
author | Santiago Aboy Solanes <solanes@google.com> | Fri Jun 17 12:04:17 2022 +0100 |
committer | Santiago Aboy Solanes <solanes@google.com> | Tue Jun 28 10:07:22 2022 +0000 |
tree | 8e616acf4a792cf69de5f18644fcc9fb20393fe5 | |
parent | 6926665a177f284649c22134f78dea4c87deef9d [diff] |
Get the ClassLoader from the DexCache in ReferenceTypePropagation We were passing it down as a parameter when we can simply get it from the dex cache. Passing it down as a parameter brings the possibility of using the wrong class loader and can be the source of bugs. Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b Change-Id: I7fbf3d6f79186d4eb695c77b876291d02e3170ba