On Fri, 7 Apr 2023 06:24:43 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Hello Alan, as far as I have seen, much of a our debug logs/stacktrace in the > JDK uses `System.err` to write them out. For example, `Thread.dumpStack()`, > then even `java.security.debug` logging and many such places. Is it > intentional that this tracing here uses `System.out` instead? The tracing/diagnostic options print to stdout so I just kept it consistent. As I mentioned in another comment, there is further work on filtering that will require re-visiting this and maybe we can look at having broader consistency then, just not this PR. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13203#discussion_r1160476763