diff options
author | Alex Light <allight@google.com> | 2020-03-23 16:07:29 -0700 |
---|---|---|
committer | Alex Light <allight@google.com> | 2020-03-27 14:22:32 -0700 |
commit | 8117cf0913ef265db4fd976e9698d05fa525a3fb (patch) | |
tree | b01af9d64ae79aa9cb41820d46ebf2f9700d2c9a /test/008-exceptions/src/MultiDexBadInit.java | |
parent | 847cd92d63b0685bdda8e7c46a331316ff968a06 (diff) |
Fix incorrect interface-override linking
We would incorrectly search all declared methods when searching for
overrides of super-class interface methods. This could lead to
incorrect behavior since we could try to override methods with static
or private methods. This could cause exceptions or other issues.
This fixes a typo from over 4 years ago in go/aog/185608 and restores
the behavior we had prior to N.
Bug: 152199517
Test: ./test.py --host
Merged-In: Ic6ce51f79d071727316bb39e5bbeabb92cb4aa9a
Change-Id: Ic6ce51f79d071727316bb39e5bbeabb92cb4aa9a
(cherry picked from commit a467a6e81f5c6da589a5fb16fdb85f2604860623)
Diffstat (limited to 'test/008-exceptions/src/MultiDexBadInit.java')
0 files changed, 0 insertions, 0 deletions