RFR: 8327098: GTest needs larger combination limit
Kelvin Nilsen
kdnilsen at openjdk.org
Sat Mar 2 23:43:51 UTC 2024
On Fri, 1 Mar 2024 15:01:14 GMT, Kelvin Nilsen <kdnilsen at openjdk.org> wrote:
> The current value of LogSelectionList::MaxSelections is too small, causing GTest failures. This increases the value from 256 to 320.
On https://github.com/openjdk/jdk/pull/17561, commit https://github.com/openjdk/jdk/pull/17561/commits/42af76b4d529be7ed70015aecc8490f1cda9d703 incorporates this change in order to test whether this change addresses the regressions. With this change, we now pass all GHA on that PR.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/18083#issuecomment-1974942565
More information about the hotspot-runtime-dev
mailing list