RFR: 8303374: Compiler Implementation for Primitive types in patterns, instanceof, and switch (Preview) [v36]
Aggelos Biboudis
abimpoudis at openjdk.org
Mon Dec 11 17:14:02 UTC 2023
> This is the proposed patch for Primitive types in patterns, instanceof, and switch (Preview).
>
> Draft spec here: https://cr.openjdk.org/~abimpoudis/instanceof/latest/
Aggelos Biboudis has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 52 commits:
- Merge branch 'master' into primitive-patterns
- Remove trailing spaces
- Merge branch 'primitive-patterns-and-generating-dispatch' into primitive-patterns
- Fixed switch in the cases of unboxing and widening
- Merge branch 'JDK-8319220' into primitive-patterns
- Merge branch 'master' into JDK-8319220
- reflecting review comment: fixing letter case.
- Reflecting review feedback.
- Some more get->orElseThrow
- Reflecting review feedback.
- ... and 42 more: https://git.openjdk.org/jdk/compare/b270f30d...65457894
-------------
Changes: https://git.openjdk.org/jdk/pull/15638/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15638&range=35
Stats: 3258 lines in 41 files changed: 2995 ins; 109 del; 154 mod
Patch: https://git.openjdk.org/jdk/pull/15638.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15638/head:pull/15638
PR: https://git.openjdk.org/jdk/pull/15638
More information about the core-libs-dev
mailing list