[jdk17u-dev] Integrated: 8301216: ForkJoinPool invokeAll() ignores timeout

Richard Reingruber rrich at openjdk.org
Thu May 11 07:50:54 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.

This pull request has now been integrated.

Changeset: 86561416
Author:    Richard Reingruber <rrich at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/86561416c87b036f7000910ef58d396a4bbf7ef6
Stats:     3 lines in 1 file changed: 2 ins; 0 del; 1 mod

8301216: ForkJoinPool invokeAll() ignores timeout

Reviewed-by: clanger

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

PR: https://git.openjdk.org/jdk17u-dev/pull/1329


More information about the jdk-updates-dev mailing list