Integrated: 8308506: Reduce testing time by removing combinations tested

Leo Korinth lkorinth at openjdk.org
Thu May 25 08:59:10 UTC 2023


On Mon, 22 May 2023 11:44:54 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:

> Juggle3.java and Juggle3Quick.java tests many combinations of array juggling on different kinds of arrays. It tests:
> 
> - Primitive arrays (three for each kind of primitive)
> - Object arrays
> - Random arrays
> - A version with hashing
> 
> However when testing using primitive arrays, there is --- from a gc perspective --- no extra logic tested by going through all combinations. By removing these, we can save time and put our resources on testing other stuff.
> 
> I will keep three versions of primitive array tests (low, medium and high) with different kinds of arrays.
> 
> Also, the random array test will still test all primitive versions of arrays.

This pull request has now been integrated.

Changeset: aaa61899
Author:    Leo Korinth <lkorinth at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/aaa61899c9e246442a50941d075b74083c7c0411
Stats:     21 lines in 2 files changed: 0 ins; 21 del; 0 mod

8308506: Reduce testing time by removing combinations tested

Reviewed-by: tschatzl, lmesnik

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

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


More information about the hotspot-gc-dev mailing list