RFR: JDK-8306584: Start of release updates for JDK 22
Jonathan Gibbons
jjg at openjdk.org
Tue May 23 20:42:00 UTC 2023
On Thu, 20 Apr 2023 20:28:18 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Time to get JDK 22 underway...
test/langtools/tools/javac/versions/Versions.java line 26:
> 24: /*
> 25: * @test
> 26: * @bug 4981566 5028634 5094412 6304984 7025786 7025789 8001112 8028545 8000961 8030610 8028546 8188870 8173382 8173382 8193290 8205619 8028563 8245147 8245586 8257453 8286035 8306586
At some point, this line should be wrapped
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?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13567#discussion_r1202974585
PR Review Comment: https://git.openjdk.org/jdk/pull/13567#discussion_r1202976605
More information about the core-libs-dev
mailing list