commit | 8a9b1a801acc633a4e1ea2226843c899a542ed70 | [log] [tgz] |
---|---|---|
author | Mythri Alle <mythria@google.com> | Thu Sep 29 09:34:52 2022 +0000 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Thu Sep 29 11:17:59 2022 +0000 |
tree | 1019ebdb62981bafb5cde0a0e96ba204d3384971 | |
parent | ec11c672f9a17d7588e75e5cb436fb824e947a21 [diff] |
Return early after initializing non-invokable methods This fixes a bug introduced in https://android-review.googlesource.com/c/platform/art/+/2216463 where we forgot to return after handling non-invokable methods. We shouldn't fallback since it could initialize it with something other than interpreter bridge. Test: art/testrunner.py -t 1938 --trace Change-Id: I2b453e856657b6cb3609492492d3ee48d88d63ca