On Thu, 5 Jan 2023 20:45:20 GMT, Mandy Chung <mch...@openjdk.org> wrote:
> Trivial fix. Fix `Invokers.checkExactType` to call > `newWrongMethodTypeException(actual, expected)` with parameters in right > order. Parameter order for method invocation now matches method declaration on line 521. ------------- Marked as reviewed by iris (Reviewer). PR: https://git.openjdk.org/jdk/pull/11870