[jdk17] RFR: 8270908: TestParallelRefProc fails on single core machines
Kim Barrett
kbarrett at openjdk.java.net
Thu Jul 22 07:25:49 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`.
Looks good.
-------------
Marked as reviewed by kbarrett (Reviewer).
PR: https://git.openjdk.java.net/jdk17/pull/262
More information about the hotspot-gc-dev
mailing list