Integrated: 8259943: FileDescriptor.close0 does not handle EINTR
Brian Burkhalter
bpb at openjdk.java.net
Thu Jan 21 21:59:46 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.
This pull request has now been integrated.
Changeset: 2f47c39a
Author: Brian Burkhalter <bpb at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/2f47c39a
Stats: 15 lines in 1 file changed: 11 ins; 0 del; 4 mod
8259943: FileDescriptor.close0 does not handle EINTR
Reviewed-by: naoto, alanb
-------------
PR: https://git.openjdk.java.net/jdk/pull/2173
More information about the core-libs-dev
mailing list