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

Mandy Chung mchung at openjdk.org
Thu Jan 5 20:53:50 UTC 2023


Trivial fix.  Fix `Invokers.checkExactType` to call `newWrongMethodTypeException(actual, expected)` with parameters in right order.

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

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

Changes: https://git.openjdk.org/jdk/pull/11870/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=11870&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8299183
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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