[jdk17] Integrated: 8270908: TestParallelRefProc fails on single core machines

Christoph Göttschkes cgo at openjdk.java.net
Wed Jul 28 14:52:38 UTC 2021


On Wed, 21 Jul 2021 12:12:25 GMT, Christoph Göttschkes <cgo at openjdk.org> wrote:

> Hi,
> 
> please review this small fix for the test case TestParallelRefProc.
> I changed the way the ParallelGC is tested to the same way G1GC is tested, since the test failed on single core machines. Ergo configures only 1 parallel GC thread on single core machines and with only 1 thread, ergo does not enable `ParallelRefProcEnabled`.

This pull request has now been integrated.

Changeset: 6e1da644
Author:    Christoph Göttschkes <cgo at openjdk.org>
Committer: Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.java.net/jdk17/commit/6e1da6440b898d8a10b3db56707a75f32a489149
Stats:     3 lines in 1 file changed: 2 ins; 0 del; 1 mod

8270908: TestParallelRefProc fails on single core machines

Reviewed-by: tschatzl, kbarrett

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

PR: https://git.openjdk.java.net/jdk17/pull/262



More information about the hotspot-gc-dev mailing list