[jdk11u-dev] RFR: 8237858: PlainSocketImpl.socketAccept() handles EINTR incorrectly
Paul Hohensee
phh at openjdk.org
Tue Aug 29 19:51:21 UTC 2023
On Fri, 18 Aug 2023 21:18:19 GMT, Andrei Pangin <apangin at openjdk.org> wrote:
> Please consider the proposed backport of the fix for JDK-8237858: PlainSocketImpl.socketAccept() handles EINTR incorrectly.
>
> Customers complain about unexpected `java.net.SocketTimeoutException` when profiling an application running on JDK 11.0.20.
>
> The original patch applies cleanly with a trivial adjustment in `make/common/TestFilesCompilation.gmk`, where `$$` has been replaced with `$`.
Marked as reviewed by phh (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk11u-dev/pull/2089#pullrequestreview-1601167918
More information about the jdk-updates-dev
mailing list