RFR: 8280178: Remove os:: API's that just call system API's

David Holmes dholmes at openjdk.java.net
Thu Jan 20 01:30:48 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

Good cleanup! Thanks Harold!

David

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

Marked as reviewed by dholmes (Reviewer).

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


More information about the hotspot-dev mailing list