[jdk17u-dev] Integrated: 8318467: [jmh] tests concurrent.Queues and concurrent.ProducerConsumer hang with 101+ threads
Roland Mesde
duke at openjdk.org
Thu Oct 30 16:44:00 UTC 2025
On Mon, 27 Oct 2025 21:37:40 GMT, Roland Mesde <duke at openjdk.org> wrote:
> Backporting JDK-8318467: Tests concurrent.Queues and concurrent.ProducerConsumer hang with 101+ threads. Adjusted the capacity of the queues. Updated the copyright notice, which had a merge conflict. Ran GHA Sanity Checks (1 unrelated test failure - java/lang/ProcessBuilder/Basic.java#id0) and adjusted tests (passed). Patch is clean.
>
> time java -jar build/*/images/test/micro/benchmarks.jar -f 1 -wi 2 -w 10 -i 2 -r 15 -t 240 -bm thrpt -tu ms -p type=ABQ_F java.util.concurrent.Queues
>
> ...
> 20.06 user
> 42.21 system
> 0:50.64 elapsed
> ...
>
> time java -jar build/*/images/test/micro/benchmarks.jar -f 1 -wi 2 -w 10 -i 2 -r 15 -t 240 -bm thrpt -tu ms -p type=ABQ_F java.util.concurrent.ProducerConsumer
>
> ...
> 98.89 user
> 257.56 system
> 4:54.02 elapsed
> ...
This pull request has now been integrated.
Changeset: f796f9e3
Author: Roland Mesde <mesde at amazon.com>
Committer: Victor Rudometov <vrudomet at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/f796f9e33961dfc1348fac8d0139b19098731e93
Stats: 12 lines in 2 files changed: 6 ins; 0 del; 6 mod
8318467: [jmh] tests concurrent.Queues and concurrent.ProducerConsumer hang with 101+ threads
Backport-of: e05cafda78a37dbeb2df2edd791be19d22edaece
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/4118
More information about the jdk-updates-dev
mailing list