RFR: 8368493: Disable most JSSE debug output by default, and increase the default maximum output log size

Bradford Wetmore wetmore at openjdk.org
Wed Oct 15 17:05:09 UTC 2025


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.

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

Commit messages:
 - Corrected a couple syntax errors
 - Disabled javax.net.debug output in sun.security tests by default, added switches to be consistent about turning back on
 - Merge branch 'master' into JDK-8368493
 - Disabled javax.net.debug output in javax.net.ssl tests by default, added switches to be consistent about turning back on
 - 8368493: Consider increasing the default maximum output log size for JSSE unit tests

Changes: https://git.openjdk.org/jdk/pull/27455/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27455&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8368493
  Stats: 364 lines in 27 files changed: 264 ins; 9 del; 91 mod
  Patch: https://git.openjdk.org/jdk/pull/27455.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27455/head:pull/27455

PR: https://git.openjdk.org/jdk/pull/27455


More information about the security-dev mailing list