[jdk17u-dev] Integrated: 8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java
Soumadipta Roy
duke at openjdk.org
Mon Oct 9 18:54:06 UTC 2023
On Tue, 19 Sep 2023 16:12:45 GMT, Soumadipta Roy <duke at openjdk.org> wrote:
> Backport 4415261688dc258b6d254668bcf8818c61cc65ea to JDK17u.
>
> Backporting the fix for https://bugs.openjdk.org/browse/JDK-8315683 merged as part of https://github.com/openjdk/jdk/pull/15619. https://github.com/openjdk/jdk/commit/4415261688dc258b6d254668bcf8818c61cc65ea.patch could be cleanly applied after making the changes as per https://github.com/openjdk/jdk/commit/9583e3657e43cc1c6f2101a64534564db2a9bd84#diff-e597aff33f4a53789898d772df8ab27daa1b5361635cbbae4f1e582b5654eb21R44. Also added the missing test case `@run junit/othervm/timeout=1000 JSR166TestCase` as it was added in large Loom integration.
>
> The test passed in release mode in linux_x86_64 with time: **611.98s user 25.42s system 1440% cpu 44.259 total**
> Before it was: **333.50s user 19.46s system 564% cpu 1:02.55 total**
>
> Passed: java/util/concurrent/tck/JSR166TestCase.java#default
> Passed: java/util/concurrent/tck/JSR166TestCase.java#security-manager
> Passed: java/util/concurrent/tck/JSR166TestCase.java#others
> Passed: java/util/concurrent/tck/JSR166TestCase.java#forkjoinpool-common-parallelism
> Test results: passed: 4
This pull request has now been integrated.
Changeset: d7e22e82
Author: Soumadipta Roy <roysouma at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/d7e22e820e2d3e68cac114d302a64a09666515a2
Stats: 36 lines in 1 file changed: 26 ins; 5 del; 5 mod
8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java
Reviewed-by: phh
Backport-of: 4415261688dc258b6d254668bcf8818c61cc65ea
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/1752
More information about the jdk-updates-dev
mailing list