RFR: 8344833: CTW: Make failing on zero classes optional [v3]

Vladimir Kozlov kvn at openjdk.org
Mon Dec 2 17:41:40 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

Good.

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

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22320#pullrequestreview-2473441190


More information about the hotspot-compiler-dev mailing list