RFR: 8259943: FileDescriptor.close0 does not handle EINTR
Naoto Sato
naoto at openjdk.java.net
Wed Jan 20 23:58:56 UTC 2021
On Wed, 20 Jan 2021 23:01:19 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
> Please review this small change to handle `EINTR` from `close()` in `fileDescriptorClose()`. The function `handleGetLength()` is also changed to handle `EINTR` from `fstat64()` to match other uses of `fstat64()` in the file.
Looks good, Brian.
-------------
Marked as reviewed by naoto (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2173
More information about the core-libs-dev
mailing list