On Tue, 18 Feb 2025 19:42:25 GMT, Anthony Scarpino <ascarp...@openjdk.org> wrote:
>> test/jdk/javax/net/ssl/templates/TLSBase.java line 204: >> >>> 202: write(sock, read(sock)); >>> 203: } catch (Exception e) { >>> 204: System.err.println("Caught " + e.getMessage()); >> >> `e.printStackTrace()` will include the exception message. Do we need this >> line at all? > > true Actually the line change may not be necessary. It would be good for stdout to get the message, but the stacktrace to be left for err. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/23407#discussion_r1960483461