RFR: 8269428: java/util/concurrent/ConcurrentHashMap/ToArray.java timed out

Doug Lea dl at openjdk.org
Tue Feb 27 12:24:53 UTC 2024


On Tue, 27 Feb 2024 10:30:44 GMT, Viktor Klang <vklang at openjdk.org> wrote:

> As an intermediate fix to the test, switching to explicit usage of an ExecutorService seems to do the trick to make this test reliably pass.
> 
> With that said, this test (CHM::ToArray.java) seems to trigger an issue in ForkJoinPool, so that would need to be fixed separately.
> 
> Tagging @DougLea as an FYI. :)

This change seems OK in  terms of avoiding failures due to unrelated FJP and/or GC issues (for which it may be better to develop a separate test).

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

PR Comment: https://git.openjdk.org/jdk/pull/18023#issuecomment-1966429236


More information about the core-libs-dev mailing list