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

Christoph Göttschkes cgo at openjdk.java.net
Wed Jul 28 08:30:29 UTC 2021


On Wed, 21 Jul 2021 13:26:19 GMT, Thomas Schatzl <tschatzl 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`.
>
> Thanks! Lgtm.

@tschatzl  or @kimbarrett, would one of you mind sponsoring this change?

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

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



More information about the hotspot-gc-dev mailing list