RFR: 8267517: async logging for stdout and stderr [v3]
Xin Liu
xliu at openjdk.java.net
Thu Dec 23 20:24:16 UTC 2021
On Tue, 21 Dec 2021 22:30:34 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> because `LogFileStreamOutput::write_blocking()` doesn't call fflush(), therefore, we need to do special treat for STDOUT here.
>
> Okay so why does LFO::write_blocking call fflush but LFSO::write_blocking does not? Shouldn't the two methods have the same general semantics?
done.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6132
More information about the hotspot-runtime-dev
mailing list