RFR: 8291067: macOS should use O_CLOEXEC instead of FD_CLOEXEC [v3]

David Holmes dholmes at openjdk.org
Tue Nov 15 01:40:57 UTC 2022


On Mon, 14 Nov 2022 21:06:22 GMT, Gerard Ziemski <gziemski at openjdk.org> wrote:

>> O_CLOEXEC is also available on macOS (__DARWIN_C_LEVEL >= 200809L), so use it same as on linux.
>
> Gerard Ziemski has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - remove comment, fix spacing
>  - test on all platforms except Windows

This seems fine to me now. Thanks

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

Marked as reviewed by dholmes (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9663


More information about the hotspot-runtime-dev mailing list