On Thu, 16 Mar 2023 13:37:10 GMT, Viktor Klang <d...@openjdk.org> wrote:
> Addresses the situation where exceptional completion of `orTimeout`:ed > CompletableFutures wouldn't cancel the timeout task which could lead to > memory leaks if done frequently enough with long enough timeout durations. > > Fix discussed with @DougLea The update to CF looks good. The test looks okay it as it fails in a few seconds without the change. ------------- PR: https://git.openjdk.org/jdk/pull/13059