Integrated: 8316608: Enable parallelism in vmTestbase/gc/vector tests

Soumadipta Roy duke at openjdk.org
Mon Oct 9 18:59:08 UTC 2023


On Tue, 3 Oct 2023 14:02:09 GMT, Soumadipta Roy <duke at openjdk.org> wrote:

> The commit includes changes to unblock parallelism for more `hotspot:tier4` tests. in `vmTestbase/gc/vector` tests.
> 
> Below are the before and after run comparisons:
> 
> # Fastdebug
> before: 3480.71s user 83.97s system 830% cpu 7:09.41 total
> after: 2214.52s user 63.19s system 2374% cpu 1:35.94 total
> 
> # Release
> before: 1369.61s user 147.03s system 371% cpu 6:48.63 total
> after: 1130.28s user 110.97s system 2478% cpu 50.089 total

This pull request has now been integrated.

Changeset: f61499c7
Author:    Soumadipta Roy <roysouma at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f61499c73fe03e2e3680d7f58a84183364c5c5ac
Stats:     299 lines in 13 files changed: 0 ins; 299 del; 0 mod

8316608: Enable parallelism in vmTestbase/gc/vector tests

Reviewed-by: shade, lmesnik

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

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


More information about the hotspot-gc-dev mailing list