[jdk21] Integrated: 8313241: Temporarily disable "malformed control flow" assert to reduce noise
Tobias Hartmann
thartmann at openjdk.org
Fri Jul 28 07:02:59 UTC 2023
On Thu, 27 Jul 2023 08:05:23 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> [JDK-8303951](https://bugs.openjdk.org/browse/JDK-8303951) added asserts before several C2 compilation bailouts that we were never able to trigger in our testing. The "malformed control flow" assert now triggers regularly (see [JDK-8308392](https://bugs.openjdk.org/browse/JDK-8308392) and [JDK-8312980](https://bugs.openjdk.org/browse/JDK-8312980)). Let's disable it in JDK 21 to reduce the noise in the CI.
>
> I also reverted the problem listing done by [JDK-8313208](https://bugs.openjdk.org/browse/JDK-8313208) because, as @AlanBateman noted in https://github.com/openjdk/jdk21/pull/145, it's too invasive.
>
> Approval is pending.
>
> Thanks,
> Tobias
This pull request has now been integrated.
Changeset: f242c3b9
Author: Tobias Hartmann <thartmann at openjdk.org>
URL: https://git.openjdk.org/jdk21/commit/f242c3b9f85501f2e425be69f7a61d586020f986
Stats: 3 lines in 2 files changed: 0 ins; 3 del; 0 mod
8313241: Temporarily disable "malformed control flow" assert to reduce noise
Reviewed-by: chagedorn, kvn, dcubed
-------------
PR: https://git.openjdk.org/jdk21/pull/146
More information about the hotspot-compiler-dev
mailing list