Integrated: 8318608: Enable parallelism in vmTestbase/nsk/stress/threads tests

Elif Aslan duke at openjdk.org
Wed Oct 25 15:03:45 UTC 2023


On Mon, 23 Oct 2023 22:30:42 GMT, Elif Aslan <duke at openjdk.org> wrote:

> The commit includes changes to unblock parallelism for more `hotspot:tier4` tests. in `test/hotspot/jtreg/vmTestbase/nsk/stress/thread `tests.
> 
> Below are the before and after test run comparisons:
> 
> Before:
>  time,count
>    15,    1
>    33,    1
>    48,    1
>    66,    1
>    72,    1
>    77,    1
> 
> Mean                51.83s
> Standard deviation  22.24s
> Total elapsed time 1m 17s
> 
> After:
>  time,count
>    19,    1
>    23,    1
>    29,    1
>    34,    1
>    48,    1
>    53,    1
> 
> Mean                34.33s
> Standard deviation  12.43s
> Total elapsed time 0m 53s

This pull request has now been integrated.

Changeset: cee44a62
Author:    Elif Aslan <elifasln at amazon.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/cee44a625594fd805a05c4a69033eb677a5a6f17
Stats:     24 lines in 1 file changed: 0 ins; 24 del; 0 mod

8318608: Enable parallelism in vmTestbase/nsk/stress/threads tests

Reviewed-by: lmesnik, shade

-------------

PR: https://git.openjdk.org/jdk/pull/16327


More information about the hotspot-dev mailing list