On Wed, 14 Apr 2021 14:08:50 GMT, Roger Riggs <rri...@openjdk.org> wrote:
> The most recent intermittent failure showed that the error occurred during VM > initialization. > Only the tty output was diverted, but not log output. > Add diversion of log output as well tty output. > > Add `-Xlog:all=warning:stderr` and `-Xlog:all=warning:stdout` to correspond > to > `-XX:+DisplayVMOutputToStderr` and `-XX:+DisplayVMOutputToStdout` I checked the other uses of -XX:+Display... and they work as intended. Thanks ------------- PR: https://git.openjdk.java.net/jdk/pull/3492