RFR: 8256828: ostream::print_cr() truncates buffer in copy-through case [v4]
David Holmes
dholmes at openjdk.org
Wed Jun 5 23:19:00 UTC 2024
On Wed, 5 Jun 2024 15:17:41 GMT, Matias Saavedra Silva <matsaave at openjdk.org> wrote:
>> David Holmes has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Simplified the test code - thanks @tstuefe!
>> Rewrote the comment block describing do_vsnprintf.
>
> src/hotspot/share/utilities/ostream.hpp line 45:
>
>> 43: // This allows for redirection via -XX:+DisplayVMOutputToStdout and
>> 44: // -XX:+DisplayVMOutputToStderr.
>> 45: //
>
> Extra lines added here
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19512#discussion_r1628550509
More information about the hotspot-dev
mailing list