Commit cc917d9f authored by Alex Light's avatar Alex Light
Browse files

Fix issue with obsolete methods and const-method-handle

We were incorrectly using the non-obsolete version of the method to
search for the target of const-method-handle instructions. This meant
that obsolete methods would see the wrong method-handle or crash.

Since no java code (currently) compiles to dex code using
'const-method-handle' we needed to use ASM to construct the test
class.

Bug: 73744024
Test: ./test.py --host -j50

Change-Id: I14480170e12eee7f2df5ac084254039a040848c3
parent 54d2c7e5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment