RFR: 8304919: Implementation of Virtual Threads [v6]

Alan Bateman alanb at openjdk.org
Fri Apr 7 06:45:55 UTC 2023


On Fri, 7 Apr 2023 06:24:43 GMT, Jaikiran Pai <jpai at 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


More information about the serviceability-dev mailing list