summaryrefslogtreecommitdiff
path: root/test/957-methodhandle-transforms/src/Main.java
Commit message (Expand)AuthorAgeFilesLines
* Inclusive language fixes in ART run-tests.Roland Levillain2020-07-281-1/+1
* MethodHandles: Tests for additional combiners.Narayan Kamath2017-01-271-0/+267
* MethodHandles: Write tests for MethodHandle.asCollector.Narayan Kamath2017-01-251-0/+122
* MethodHandles: Support and tests for invokeWithArguments.Narayan Kamath2017-01-241-0/+29
* MethodHandles: Tests for asSpreader / spreadInvoker.Narayan Kamath2017-01-201-0/+306
* Merge "MethodHandles: Implement invoker / exactInvoker."Narayan Kamath2017-01-171-0/+33
|\
| * MethodHandles: Implement invoker / exactInvoker.Narayan Kamath2017-01-161-0/+33
* | Revert "Revert "ART: Compiler support for invoke-polymorphic.""Orion Hodson2017-01-151-49/+54
|/
* Revert "ART: Compiler support for invoke-polymorphic."Orion Hodson2017-01-111-54/+49
* ART: Compiler support for invoke-polymorphic.Orion Hodson2017-01-111-49/+54
* MethodHandles: Add a test case for MethodHandles.permuteArguments.Narayan Kamath2016-11-091-0/+105
* MethodHandles: Add tests for MethodHandles.filterReturnValue.Narayan Kamath2016-11-091-2/+75
* MethodHandles: Add tests for MethodHandle.bindTo.Narayan Kamath2016-11-091-0/+39
* MethodHandles: Add tests for array accessors / identity / constant.Narayan Kamath2016-11-071-0/+422
* MethodHandles: Implement MethodHandle.asType.Narayan Kamath2016-11-031-0/+20
* MethodHandles: Add tests for transforms in change 598d43d0dec5925c77Narayan Kamath2016-11-021-133/+180
* MethodHandles: Temporarily rewrite test of exact invokes.Narayan Kamath2016-10-311-1/+9
* method_handles: Complete support for emulated stack frames.Narayan Kamath2016-10-281-0/+193