RFR: 8355746: Start of release updates for JDK 26 [v2]
Nizar Benalla
nbenalla at openjdk.org
Thu May 8 13:18:08 UTC 2025
On Fri, 2 May 2025 16:42:04 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> test/langtools/tools/javac/options/HelpOutputColumnWidthTest.java line 50:
>>
>>> 48: public class HelpOutputColumnWidthTest extends TestRunner {
>>> 49:
>>> 50: public static final int MAX_COLUMNS = 84;
>>
>> What is this for?
>
> It is to accommodate the now longer list of --release values in the javac help output,the addition of ", 26".
>
> Splitting the list of releases over two lines would be a better solution, but I didn't take that one when initially preparing the patch.
I'll split the releases over two lines in the next update. The line is a little too long.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25008#discussion_r2079697514
More information about the compiler-dev
mailing list