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

Mandy Chung mchung at openjdk.org
Tue Jan 10 17:08:59 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.

This pull request has now been integrated.

Changeset: a86b6f6f
Author:    Mandy Chung <mchung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a86b6f6fde11a1cb27f926c43d53585049fed5e4
Stats:     103 lines in 4 files changed: 85 ins; 1 del; 17 mod

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

Reviewed-by: iris, jpai

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

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


More information about the core-libs-dev mailing list