Webrev:
http://cr.openjdk.java.net/~mchung/jdk11/webrevs/8194554/webrev.00/

This fixes a mismatch between the specification and implementation.
If MethodHandles.filterArguments is used to apply two or more non-null
filters to a method handle, those filters will be run in right-to-left
order in the current implementation whereas the javadoc indicates that
these filters are run in normal argument order, left-to-right.

Mandy

Reply via email to