RFR: 8300543 Compiler Implementation for Pattern Matching for switch [v5]

Jan Lahoda jlahoda at openjdk.org
Fri Apr 21 16:25:04 UTC 2023


> This is the first draft of a patch for JEP 440 and JEP 441. Changes included:
> 
>  - the pattern matching for switch and record patterns features are made final, together with updates to tests.
>  - parenthesized patterns are removed.
>  - qualified enum constants are supported for case labels.
> 
> This change herein also includes removal record patterns in for each loop, which may be split into a separate PR in the future.

Jan Lahoda has updated the pull request incrementally with two additional commits since the last revision:

 - Adding test.
 - Removing redundant continue, as noted on the review.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/13074/files
  - new: https://git.openjdk.org/jdk/pull/13074/files/d3d9cc60..2cc3e11d

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=13074&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=13074&range=03-04

  Stats: 27 lines in 2 files changed: 24 ins; 3 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/13074.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13074/head:pull/13074

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


More information about the compiler-dev mailing list