RFR: 8368493: Disable most test JSSE debug output by default, and increase the test default maximum output log size [v2]
Hai-May Chao
hchao at openjdk.org
Fri Dec 12 23:41:54 UTC 2025
On Wed, 15 Oct 2025 17:19:42 GMT, Bradford Wetmore <wetmore at openjdk.org> 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/TLSCommon/TLSTest.java line 145:
> 143: * Enables the JSSE system debugging system property:
> 144: *
> 145: * -Djavax.net.debug=all
nit: suggest to change to -Djavax.net.debug=ssl,handshake, to match with code at #157.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27455#discussion_r2615853944
More information about the security-dev
mailing list