Integrated: 8317998: Temporarily disable malformed control flow assert to reduce noise in testing
Tobias Hartmann
thartmann at openjdk.org
Thu Oct 12 09:54:43 UTC 2023
On Thu, 12 Oct 2023 09:40:33 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> [JDK-8303951](https://bugs.openjdk.org/browse/JDK-8303951) added a "malformed control flow" assert before a harmless but unexpected compilation bailout in C2. It now triggers quite frequently (see [JDK-8308392](https://bugs.openjdk.org/browse/JDK-8308392) and linked bugs). Let's disable it temporarily to reduce noise in our testing. The issues can still be reproduced/investigated by checking for the corresponding compilation bailout.
>
> Thanks,
> Tobias
This pull request has now been integrated.
Changeset: 7633a766
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7633a76607e264ce578f3c0e1d393c1016bc6b95
Stats: 2 lines in 1 file changed: 0 ins; 2 del; 0 mod
8317998: Temporarily disable malformed control flow assert to reduce noise in testing
Reviewed-by: epeter
-------------
PR: https://git.openjdk.org/jdk/pull/16163
More information about the hotspot-compiler-dev
mailing list