RFR: JDK-8306584: Start of release updates for JDK 22
Joe Darcy
darcy at openjdk.org
Tue May 23 20:52:57 UTC 2023
On Tue, 23 May 2023 20:38:34 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> Time to get JDK 22 underway...
>
> test/langtools/tools/javac/versions/Versions.java line 93:
>
>> 91: TWENTY(false, "64.0", "20", Versions::checksrc20),
>> 92: TWENTY_ONE(false,"65.0", "21", Versions::checksrc20),
>> 93: TWENTY_TWO(false,"66.0", "22", Versions::checksrc20);
>
> when do these get updated?
Ah, when new non-preview language structures are added. With two new language features in JDK 21, looks like it is time for me to add another one; thanks.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13567#discussion_r1202991806
More information about the core-libs-dev
mailing list