RFR: JDK-8319413: Start of release updates for JDK 23 [v4]
    Andrey Turbanov 
    aturbanov at openjdk.org
       
    Sat Dec  2 20:43:39 UTC 2023
    
    
  
On Thu, 30 Nov 2023 23:49:24 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Time to start making preparations for JDK 23.
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Update symbol files to JDK 22 b26.
test/langtools/tools/javac/versions/Versions.java line 97:
> 95:         TWENTY_ONE(false,"65.0", "21"),
> 96:         TWENTY_TWO(false,"66.0", "22"),
> 97:         TWENTY_THREE(false,"67.0", "23"),
As alignment is broken anyway, let's add space
Suggestion:
        TWENTY_THREE(false, "67.0", "23"),
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16505#discussion_r1412868557
    
    
More information about the build-dev
mailing list