On Wed, 15 Oct 2025 17:19:42 GMT, Bradford Wetmore <[email protected]> wrote:

>> See the bug for more info.  This will allow for:
>> 
>> 1. extra/unneeded JSSE debug output will not be added to each test run, 
>> saving space and noise.
>> 2. make it easier to get the full JSSE debug output when enabled.
>
> Bradford Wetmore has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Adjusted sizes to be more reasonable

test/jdk/javax/net/ssl/HttpsURLConnection/Equals.java line 50:

> 48:      * after gaining some familiarity with this application.
> 49:      */
> 50:     private static final boolean debug = false;

Instead of hardcoding this, it's more flexible to use 
`Boolean.getBoolean("test.debug")` so you can run a test with debug output but 
not have to recompile the test.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/27455#discussion_r2452966479

Reply via email to