RFR: 8308751: Create new switch to print error reporting output to both hs_err_pid file and stdout/stderr [v2]

Masanori Yano myano at openjdk.org
Fri May 26 11:52:55 UTC 2023


On Fri, 26 May 2023 00:30:18 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.
>
> Masanori Yano has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8308751: Create new switch to print error reporting output to both hs_err_pid file and stdout/stderr

@dholmes-ora I have created a CSR, so please confirm it.

As you say, if the error report is output only to stdout or stderr, information can be lost. Similarly, if the error report print to the hs-err log file only, there may not be any files left.
I would like to create an option to leave both in order to increase the possibility of a post-mortem investigation.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14114#issuecomment-1564272982


More information about the hotspot-dev mailing list