summaryrefslogtreecommitdiff
path: root/test/952-invoke-custom/src/TestLinkerUnrelatedBSM.java
AgeCommit message (Collapse)Author
2018-02-27ART: More refactoring of invoke-custom tests Orion Hodson
Moves 952-invoke-custom-kinds into 952-invoke-custom using ASM annotations to generate the necessary bootstrap metadata. Simplify the annotations used by the transformer by replacing MethodHandleKind, LinkerFieldHandle, and LinkerMethodHandle annotations with BootstrapMethod annotation. Bug: 73807070 Test: art/test/run-test --host 952 Change-Id: Ia85e79dea105d84ceaac7c6634b74a7eb232d0ee
2018-02-26ART: Remove binary dependencies in 952-invoke-custom-lookup Orion Hodson
Moves 952-invoke-custom-lookup into 952-invoke-custom using ASM annotations to generate the necessary bootstrap metadata. Bug: 73807070 Test: art/test/run-test --host 952 Change-Id: I07ade94b9106d3ba589c3c606b42a68eda823385