Integrated: 8317998: Temporarily disable malformed control flow assert to reduce noise in testing
Tobias Hartmann
thartmann at openjdk.org
Thu Oct 12 09:54:42 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
Thanks, Emanuel. I think we can add the assert back in with [JDK-8308392](https://bugs.openjdk.org/browse/JDK-8308392) but I'll add another subtask to not lose track of it.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16163#issuecomment-1759287791
More information about the hotspot-compiler-dev
mailing list