RFR: JDK-8327468: Do not restart close if errno is EINTR [macOS/linux] [v2]

Serguei Spitsyn sspitsyn at openjdk.org
Wed Mar 13 23:31:38 UTC 2024


On Mon, 11 Mar 2024 08:50:09 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

>> There are a number of places remaining in the linux/macOS native JDK codebase where we use the RESTARTABLE macro with close, but this is unwanted on Linux/macOS.
>
> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
> 
>   do not throw exception on close error

This looks okay to me.

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

Marked as reviewed by sspitsyn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18164#pullrequestreview-1935388674


More information about the serviceability-dev mailing list