RFR: 8183227: read/write APIs in class os shall return ssize_t

Harold Seigel hseigel at openjdk.java.net
Mon Jan 10 13:22:33 UTC 2022


On Fri, 7 Jan 2022 20:00:15 GMT, Harold Seigel <hseigel at openjdk.org> wrote:

> Please review this small fix that changes the return type of os::write() to ssize_t.  No changes were needed for os::read() because its return type is ssize_t.  This fix was tested by running Mach5 tiers 1-2 on Linux, Mac OS, and Windows and Mach5 tiers 3-5 on Linux x64.
> Thanks, Harold

Thanks Fred and Robbin for the reviews!

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

PR: https://git.openjdk.java.net/jdk/pull/6992


More information about the hotspot-dev mailing list