RFR: 8303374: Compiler Implementation for Primitive types in patterns, instanceof, and switch (Preview) [v39]
Aggelos Biboudis
abimpoudis at openjdk.org
Mon Jan 22 09:41:50 UTC 2024
> 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 56 commits:
- Update copyright year, javadoc, JDK version
- Merge branch 'master' into primitive-patterns
- Merge branch 'master' into primitive-patterns
- Cleanup
- 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
- ... and 46 more: https://git.openjdk.org/jdk/compare/9049402a...676af9de
-------------
Changes: https://git.openjdk.org/jdk/pull/15638/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15638&range=38
Stats: 3281 lines in 41 files changed: 3000 ins; 110 del; 171 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