[jdk11u-dev] RFR: 8315683: Parallelize java/util/concurrent/tck/JSR166TestCase.java
Paul Hohensee
phh at openjdk.org
Mon Oct 9 18:44:12 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
Marked as reviewed by phh (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk11u-dev/pull/2151#pullrequestreview-1665091656
More information about the jdk-updates-dev
mailing list