RFR: 8308751: Create new switch to print error reporting output to both hs_err_pid file and stdout/stderr [v2]
David Holmes
dholmes at openjdk.org
Mon May 29 03:05:55 UTC 2023
On Fri, 26 May 2023 11:00:27 GMT, Masanori Yano <myano at openjdk.org> wrote:
>> 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"?
Yes please
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14114#discussion_r1208792022
More information about the hotspot-dev
mailing list