summaryrefslogtreecommitdiff
path: root/test/956-methodhandles
Commit message (Expand)AuthorAgeFilesLines
* Verify ART run-tests' standard output and standard error separately.Roland Levillain2020-11-101-0/+0
* Rename ART run-tests `expected.txt` files as `expected-stdout.txt`.Roland Levillain2020-11-051-0/+0
* More inclusive language fixesOrion Hodson2020-07-261-4/+4
* MethodHandles: fix missing nominal type return value conversionOrion Hodson2019-11-111-0/+29
* Additional tests for constructor methodhandlesOrion Hodson2019-10-291-0/+19
* Handle MethodHandle call to non-default interface methodsAlex Light2019-10-072-1/+84
* ART: Simplify invoke-polymorphic entrypointsOrion Hodson2018-06-082-0/+85
* ART: Fix MethodHandle invoke-superOrion Hodson2018-04-103-2/+89
* ART: Add test for reflective invocations of MethodHandles.Orion Hodson2018-02-071-0/+18
* test: Don't force-compile with jack for runtestsIgor Murashkin2017-06-191-5/+0
* ART: fix method handle invocation of abstract & interface methodsOrion Hodson2017-02-171-11/+23
* Tests for libcore change d2aa1365d25911076cb174a04b1d5152f0ff80e3Przemyslaw Szczepaniak2017-02-061-0/+7
* MethodHandles: Support and tests for revealDirect / reflectAs.Narayan Kamath2017-01-271-0/+119
* MethodHandles: Remove experimental flag.Narayan Kamath2017-01-171-20/+0
* MethodHandles: Add tests for MethodHandles.Lookup.bindNarayan Kamath2017-01-161-0/+20
* Use System.out only.Nicolas Geoffray2016-12-111-3/+3
* Revert "Revert "Method Handles: Add VarargsCollector.""Orion Hodson2016-11-252-3/+517
* Revert "Method Handles: Add VarargsCollector."Orion Hodson2016-11-252-517/+3
* Method Handles: Add VarargsCollector.Orion Hodson2016-11-232-3/+517
* MethodHandles: Check return types when resolving handles.Orion Hodson2016-11-161-1/+75
* MethodHandles: Fix MethodType::IsConvertible() error.Orion Hodson2016-11-111-0/+36
* MethodHandles: Enable return value conversions.Orion Hodson2016-11-102-1/+166
* MethodHandles: Constructor supportOrion Hodson2016-11-082-9/+202
* MethodHandles: Implement MethodHandle.asType.Narayan Kamath2016-11-031-0/+49
* MethodHandles: Track libcore change eb497095e03068459.Narayan Kamath2016-11-031-0/+182
* MethodHandles: Track libcore change cc4ded.Narayan Kamath2016-11-011-0/+122
* Merge "MethodHandles: Better detail message for WrongMethodTypeExceptions"Narayan Kamath2016-11-012-0/+14
|\
| * MethodHandles: Better detail message for WrongMethodTypeExceptionsNarayan Kamath2016-10-312-0/+14
* | MethodHandles: Remove obsolete test workaround.Narayan Kamath2016-10-311-4/+0
|/
* method_handles: Complete support for emulated stack frames.Narayan Kamath2016-10-281-17/+0
* Merge "MethodHandles: Remove reference to Jack 4.11.BETA from build rule."Benoit Lamarche2016-10-271-3/+0
|\
| * MethodHandles: Remove reference to Jack 4.11.BETA from build rule.Narayan Kamath2016-10-271-3/+0
* | Interpreter: Add support for method handle transforms [Part 1].Narayan Kamath2016-10-261-0/+17
|/
* Revert "Revert "Interpreter: Add support for direct handle invokes on methods.""Narayan Kamath2016-10-205-0/+192
* Revert "Interpreter: Add support for direct handle invokes on methods."Narayan Kamath2016-10-195-192/+0
* Interpreter: Add support for direct handle invokes on methods.Narayan Kamath2016-10-185-0/+192