summaryrefslogtreecommitdiff
path: root/test/956-methodhandles/src
AgeCommit message (Expand)Author
2024-10-23x86-64: handle invoke-direct in invokeExact intrinsic. Almaz Mingaleev
2022-01-17MethodHandles: change asType() / invoke() implementation Orion Hodson
2021-11-29Additional MethodHandle.asType() tests Orion Hodson
2020-07-26More inclusive language fixes Orion Hodson
2019-11-11MethodHandles: fix missing nominal type return value conversion Orion Hodson
2019-10-29Additional tests for constructor methodhandles Orion Hodson
2019-10-07Handle MethodHandle call to non-default interface methods Alex Light
2018-06-08ART: Simplify invoke-polymorphic entrypoints Orion Hodson
2018-04-10ART: Fix MethodHandle invoke-super Orion Hodson
2018-02-07ART: Add test for reflective invocations of MethodHandles. Orion Hodson
2017-02-17ART: fix method handle invocation of abstract & interface methods Orion Hodson
2017-02-06Tests for libcore change d2aa1365d25911076cb174a04b1d5152f0ff80e3 Przemyslaw Szczepaniak
2017-01-27MethodHandles: Support and tests for revealDirect / reflectAs. Narayan Kamath
2017-01-16MethodHandles: Add tests for MethodHandles.Lookup.bind Narayan Kamath
2016-12-11Use System.out only. Nicolas Geoffray
2016-11-25Revert "Revert "Method Handles: Add VarargsCollector."" Orion Hodson
2016-11-25Revert "Method Handles: Add VarargsCollector." Orion Hodson
2016-11-23Method Handles: Add VarargsCollector. Orion Hodson
2016-11-16MethodHandles: Check return types when resolving handles. Orion Hodson
2016-11-11MethodHandles: Fix MethodType::IsConvertible() error. Orion Hodson
2016-11-10MethodHandles: Enable return value conversions. Orion Hodson
2016-11-08MethodHandles: Constructor support Orion Hodson
2016-11-03MethodHandles: Implement MethodHandle.asType. Narayan Kamath
2016-11-03MethodHandles: Track libcore change eb497095e03068459. Narayan Kamath
2016-11-01MethodHandles: Track libcore change cc4ded. Narayan Kamath
2016-11-01Merge "MethodHandles: Better detail message for WrongMethodTypeExceptions" Narayan Kamath
2016-10-31MethodHandles: Remove obsolete test workaround. Narayan Kamath
2016-10-31MethodHandles: Better detail message for WrongMethodTypeExceptions Narayan Kamath
2016-10-28method_handles: Complete support for emulated stack frames. Narayan Kamath
2016-10-26Interpreter: Add support for method handle transforms [Part 1]. Narayan Kamath
2016-10-20Revert "Revert "Interpreter: Add support for direct handle invokes on methods."" Narayan Kamath
2016-10-19Revert "Interpreter: Add support for direct handle invokes on methods." Narayan Kamath
2016-10-18Interpreter: Add support for direct handle invokes on methods. Narayan Kamath