Integrated: 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
This pull request has now been integrated.
Changeset: 4ff67205
Author: Harold Seigel <hseigel at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/4ff6720573f9b55eb397d1aac9b398228faf2ceb
Stats: 38 lines in 10 files changed: 3 ins; 4 del; 31 mod
8183227: read/write APIs in class os shall return ssize_t
Reviewed-by: fparain, rehn
-------------
PR: https://git.openjdk.java.net/jdk/pull/6992
More information about the hotspot-dev
mailing list