RFR: 8308751: Create new switch to print error reporting output to both hs_err_pid file and stdout/stderr
David Holmes
dholmes at openjdk.org
Thu May 25 01:10:05 UTC 2023
On Wed, 24 May 2023 08:15:29 GMT, Masanori Yano <myano at openjdk.org> wrote:
> I think it makes sense to add the ErrorFileWithStdout and ErrorFileWithStderr for troubleshooting.
> I would appriciate if someone could review it.
src/hotspot/share/utilities/vmError.cpp line 1715:
> 1713: }
> 1714:
> 1715: // Part 1: print to screen
What is a "screen"? We print to files/file-descriptors
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14114#discussion_r1204893709
More information about the hotspot-dev
mailing list