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/TLSv12/ShortRSAKey512.java line 1:
> 1: /*
Line #176: Shall we also change it
from: System.setProperty("javax.net.debug", "all");
to: System.setProperty("javax.net.debug", "ssl,handshake");
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/27455#discussion_r2615802557