commit | f1b18facd1edd6c8652c42085c5432c878507c8e | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Mon Nov 11 14:22:00 2019 -0800 |
committer | Alex Light <allight@google.com> | Mon Nov 11 14:33:19 2019 -0800 |
tree | 856465341f025debf8a526490c7f00cee06d3694 | |
parent | 2462789806df0281c52fa9bb60fa37fe3ff606b6 [diff] |
Use explicit list of mirrored class when checking CanRedefine We were assuming that the ClassRoots contained all the mirror'd classes but this is not the case. Instead we should use an explicit list of the mirror'd classes. Test: ./test.py --host Test: m test-art-host-gtest-class_linker_test64 Bug: 134162467 Change-Id: Idd4c258ee0134e42afd0175b948123ea052704e1