[jdk11u-dev] Integrated: 8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java
Soumadipta Roy
duke at openjdk.org
Mon Oct 9 18:53:20 UTC 2023
On Wed, 27 Sep 2023 14:49:42 GMT, Soumadipta Roy <duke at openjdk.org> wrote:
> Backporting the fix for https://bugs.openjdk.org/browse/JDK-8315683 merged as part of openjdk/jdk#15619. https://github.com/openjdk/jdk/commit/4415261688dc258b6d254668bcf8818c61cc65ea.patch could not be cleanly applied as `@run junit/othervm/timeout=1000 -Djava.security.manager=allow` JSR166TestCase is not applicable for JDK11.
>
> The tests passed in release mode in linux_x86_64 with time: **462.54s user 21.92s system 1099% cpu 44.077 total**
> Before it was: **325.80s user 21.64s system 534% cpu 1:05.04 total**
>
>
> Passed: java/util/concurrent/tck/JSR166TestCase.java#default
> Passed: java/util/concurrent/tck/JSR166TestCase.java#others
> Passed:
> java/util/concurrent/tck/JSR166TestCase.java#forkjoinpool-common-parallelism
> Test results: passed: 3
This pull request has now been integrated.
Changeset: df5ff37b
Author: Soumadipta Roy <roysouma at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk11u-dev/commit/df5ff37ba2059b5931502bccf79e1585e90f35dc
Stats: 26 lines in 1 file changed: 19 ins; 4 del; 3 mod
8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java
Reviewed-by: phh
Backport-of: 4415261688dc258b6d254668bcf8818c61cc65ea
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/2151
More information about the jdk-updates-dev
mailing list