On Tue, 23 May 2023 20:49:43 GMT, Joe Darcy <da...@openjdk.org> wrote:

>> 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.

Better to fix this omission in JDK 21; please see 
https://github.com/openjdk/jdk/pull/14229.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13567#discussion_r1210778891

Reply via email to