RFR: 8344833: CTW: Make failing on zero classes optional [v3]
duke
duke at openjdk.org
Wed Dec 4 15:52:42 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
@lepestock
Your change (at version d1e57aa60fe372a2a8d1fa52030d8f0f1390304b) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22320#issuecomment-2517839963
More information about the hotspot-compiler-dev
mailing list