Please review this simple code clean up. In RSAKeyExchange, a same debug log message is broken apart into System.out and System.err. The SSLLogger should be used for SSL debug log dumpling in JDK.
Simple update and code clean up only, no new regression test. ------------- Commit messages: - 8272396: mismatching debug output streams Changes: https://git.openjdk.java.net/jdk/pull/5105/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5105&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8272396 Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod Patch: https://git.openjdk.java.net/jdk/pull/5105.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/5105/head:pull/5105 PR: https://git.openjdk.java.net/jdk/pull/5105