Integrated: JDK-8300098 : java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
Viktor Klang
duke at openjdk.org
Mon Feb 6 15:29:59 UTC 2023
On Tue, 31 Jan 2023 10:45:07 GMT, Viktor Klang <duke at openjdk.org> wrote:
> The proposed fix by @DougLea ensures that the state transition into waiting is retried in the cases where a previous waiter isn't making progress and a new waiter goes into waiting.
This pull request has now been integrated.
Changeset: ecf8842c
Author: Viktor Klang <viktor.klang at oracle.com>
Committer: Alan Bateman <alanb at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/ecf8842cd2309210f3d5eee7f9f28a198a860686
Stats: 12 lines in 1 file changed: 2 ins; 2 del; 8 mod
8300098: java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
Co-authored-by: Doug Lea <dl at openjdk.org>
Reviewed-by: jpai, alanb
-------------
PR: https://git.openjdk.org/jdk/pull/12319
More information about the core-libs-dev
mailing list