History log of /art/test/1948-obsolete-const-method-handle/util-src/src/art/constmethodhandle/TestGenerator.java
Revision Date Author Comments
cc917d9f0495402f5301aa9df0071ad38ab78142 22-Feb-2018 Alex Light <allight@google.com> 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