[jdk17u-dev] RFR: 8301216: ForkJoinPool invokeAll() ignores timeout
Christoph Langer
clanger at openjdk.org
Tue May 9 09:41:39 UTC 2023
On Mon, 8 May 2023 09:15:38 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
> In `FJP::invokeAll` we have to cancel the awaited task if the timeout is reached.
>
> The reproducer attached to the bug report passes with this change.
>
> The fix passed our CI testing. This includes most JCK and JTREG tiers 1-4 on the standard platforms and also on ppc64le.
Marked as reviewed by clanger (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk17u-dev/pull/1329#pullrequestreview-1416463732
More information about the jdk-updates-dev
mailing list