Integrated: 8310157: Allow void-returning filters for MethodHandles::collectCoordinates

Jorn Vernee jvernee at openjdk.org
Mon Jul 17 14:57:27 UTC 2023


On Thu, 15 Jun 2023 15:44:04 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:

> This patch changes the implementation of `MethodHandles::collectCoordinates` to allow using filters that return `void`. This brings the behavior in line with the previously existing `MethodHandles::collectArgument` which operates on MethodHandles rather than VarHandles.
> 
> Testing: jdk-tier1,2,3

This pull request has now been integrated.

Changeset: 69a46c25
Author:    Jorn Vernee <jvernee at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/69a46c25cc87d9d5495d0bb975c44f38cbb1fe13
Stats:     32 lines in 3 files changed: 8 ins; 8 del; 16 mod

8310157: Allow void-returning filters for MethodHandles::collectCoordinates

Reviewed-by: mcimadamore

-------------

PR: https://git.openjdk.org/jdk/pull/14496


More information about the core-libs-dev mailing list