On Tue, 21 Mar 2023 10:42:55 GMT, Viktor Klang <d...@openjdk.org> wrote:
> Improves the stability of the memory leak test for CompletableFuture timeout > cancellation by both reducing the count by 50% (which should still be above > threshold to trigger given the ample margin set initially) as well as > extending the default timeout of the test run. This pull request has now been integrated. Changeset: 6f67abd3 Author: Viktor Klang <viktor.kl...@oracle.com> Committer: Alan Bateman <al...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/6f67abd352ce9605dd93188995d42a47ee07b25e Stats: 34 lines in 1 file changed: 20 ins; 0 del; 14 mod 8304557: java/util/concurrent/CompletableFuture/CompletableFutureOrTimeoutExceptionallyTest.java times out Reviewed-by: jpai ------------- PR: https://git.openjdk.org/jdk/pull/13116