On Fri, 2 May 2025 16:42:04 GMT, Joe Darcy <da...@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

Reply via email to