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

David Holmes dholmes at openjdk.org
Mon Nov 21 00:24:20 UTC 2022


On Fri, 18 Nov 2022 15:52:35 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 one additional commit since the last revision:
> 
>   rename test file to test_file.txt, so it's easy to determine the purpose of the artifact to however happens to be looking

Marked as reviewed by dholmes (Reviewer).

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

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


More information about the hotspot-runtime-dev mailing list