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:02:58 UTC 2023
On Thu, 25 May 2023 01:07:00 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> 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
>
> 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
Probably "screen" means the console on display. It is description before JDK-8220786 was fixed.
Is it more accurate to change it to "stdout/stderr"?
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14114#discussion_r1206602628
More information about the hotspot-dev
mailing list