RFR: 8344833: CTW: Make failing on zero classes optional [v3]
Tobias Hartmann
thartmann at openjdk.org
Fri Dec 6 14:21:44 UTC 2024
On Wed, 27 Nov 2024 18:29:18 GMT, Evgeny Nikitin <enikitin at openjdk.org> wrote:
>> For CTW, zero classes in provided jar is now a failure.
>> This creates noisy and blocking false positives in fuzzy/mass scale runs, where we use jar archives from random sources, unchecked or randomly generated, etc.
>>
>> This PR makes this behaviour controllable. Default reaction is a failure, like before.
>
> Evgeny Nikitin has updated the pull request incrementally with one additional commit since the last revision:
>
> Use totalClassCount instead of the classCount
Looks good.
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/22320#pullrequestreview-2484961448
More information about the hotspot-compiler-dev
mailing list