RFR: 8303942: os::write should write completely [v5]

Afshin Zafari duke at openjdk.org
Mon May 8 15:06:43 UTC 2023


On Mon, 8 May 2023 12:09:40 GMT, Markus Grönlund <mgronlun at openjdk.org> wrote:

>> The `os::write` itself writes in a loop.
>
> Yes, but only loops INT_MAX now?

Oh, yes. I got your point now. `len` can be larger than `INT_MAX`. I put the loop back.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13750#discussion_r1187554602


More information about the hotspot-dev mailing list