RFR: 8308751: Create new switch to print error reporting output to both hs_err_pid file and stdout/stderr [v3]
Thomas Stuefe
stuefe at openjdk.org
Tue Jun 6 17:59:56 UTC 2023
On Tue, 6 Jun 2023 11:04:12 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
> /csr needed
>
> I have my doubts about the usefulness of this.
I agree. This is nothing a simple `tee` couldn't solve.
We've long departed from the Unix line of "do one thing and do it well", but there is a limit to how much functionality we should heap onto the JVM.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14114#issuecomment-1579218843
More information about the hotspot-dev
mailing list