[jdk21u-dev] Integrated: 8317300: javac erroneously allows "final" in front of a record pattern

Aleksey Shipilev shade at openjdk.org
Tue Dec 19 10:20:48 UTC 2023


On Wed, 13 Dec 2023 10:30:13 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Transplanted to jdk21u-dev from https://github.com/openjdk/jdk21u/pull/369
> 
> Clean backport to fix the new language feature support; innocuous, but fixing it earlier is beneficial for avoiding accidents (i.e. build failures when migrating to newer JDKs).
> 
> Additional testing:
>  - [x] MacOS AArch64 server fastdebug, new test fails without the fix, passes with it
>  - [x] MacOS AArch64 server fastdebug, `tools/javac` pass

This pull request has now been integrated.

Changeset: ee7748a3
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk21u-dev/commit/ee7748a3d3f74c4de4fe533dc37058cce88daf9e
Stats:     30 lines in 3 files changed: 30 ins; 0 del; 0 mod

8317300: javac erroneously allows "final" in front of a record pattern

Backport-of: 5ca1beb30e35cc91bf170960fb832de6438de1de

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

PR: https://git.openjdk.org/jdk21u-dev/pull/5


More information about the jdk-updates-dev mailing list