RFR: 8280178: Remove os:: API's that just call system API's
Harold Seigel
hseigel at openjdk.java.net
Thu Jan 20 13:13:50 UTC 2022
On Wed, 19 Jan 2022 19:03:43 GMT, Harold Seigel <hseigel at openjdk.org> wrote:
> Please review this change to remove unneeded definitions for close(), read(), and socket() from class os in os.hpp. The definitions aren't needed because, for all platforms, these functions just call the host operating system versions.
>
> The fix was tested with Mach5 tiers 1-2 on Linux, Mac OS, and Windows, and Mach5 tiers 3-5 on Linux x64.
>
> Thanks, Harold
Thanks Ioi, Calvin, and David for the reviews!
-------------
PR: https://git.openjdk.java.net/jdk/pull/7145
More information about the hotspot-dev
mailing list