Integrated: 8344833: CTW: Make failing on zero classes optional

Evgeny Nikitin enikitin at openjdk.org
Fri Dec 6 14:21:44 UTC 2024


On Fri, 22 Nov 2024 11:11:55 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.

This pull request has now been integrated.

Changeset: 0e2a2852
Author:    Evgeny Nikitin <enikitin at openjdk.org>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0e2a28527738d227a66ea44b9a5c037c72039044
Stats:     8 lines in 1 file changed: 7 ins; 1 del; 0 mod

8344833: CTW: Make failing on zero classes optional

Reviewed-by: thartmann, kvn

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

PR: https://git.openjdk.org/jdk/pull/22320


More information about the hotspot-compiler-dev mailing list