RFR: 8299183: Invokers.checkExactType passes parameters to create WMTE in opposite order [v2]
Mandy Chung
mchung at openjdk.org
Fri Jan 6 21:15:38 UTC 2023
> Trivial fix. Fix `Invokers.checkExactType` to call `newWrongMethodTypeException(actual, expected)` with parameters in right order.
Mandy Chung has updated the pull request incrementally with two additional commits since the last revision:
- Add a regression test
- further cleanup newWrongMethodTypeException for clarity
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/11870/files
- new: https://git.openjdk.org/jdk/pull/11870/files/3d074593..35968a32
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=11870&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=11870&range=00-01
Stats: 98 lines in 3 files changed: 87 ins; 1 del; 10 mod
Patch: https://git.openjdk.org/jdk/pull/11870.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11870/head:pull/11870
PR: https://git.openjdk.org/jdk/pull/11870
More information about the core-libs-dev
mailing list