RFR: 8301025: ClassCastException in switch with generic record

Aggelos Biboudis abimpoudis at openjdk.org
Wed Jan 25 15:21:03 UTC 2023


Add missing class bound propagation during pattern matching translation.

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

Commit messages:
 - 8301025: ClassCastException in switch with generic record

Changes: https://git.openjdk.org/jdk/pull/12200/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12200&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8301025
  Stats: 46 lines in 2 files changed: 45 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/12200.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12200/head:pull/12200

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


More information about the compiler-dev mailing list