RFR: 8299183: Invokers.checkExactType passes parameters to create WMTE in opposite order

Iris Clark iris at openjdk.org
Thu Jan 5 22:59:50 UTC 2023


On Thu, 5 Jan 2023 20:45:20 GMT, Mandy Chung <mchung at 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


More information about the core-libs-dev mailing list