Integrated: 8317998: Temporarily disable malformed control flow assert to reduce noise in testing

Tobias Hartmann thartmann at openjdk.org
Thu Oct 12 09:54:40 UTC 2023


[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

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

Commit messages:
 - 8317998: Temporarily disable malformed control flow assert to reduce noise in testing

Changes: https://git.openjdk.org/jdk/pull/16163/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16163&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8317998
  Stats: 2 lines in 1 file changed: 0 ins; 2 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/16163.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16163/head:pull/16163

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


More information about the hotspot-compiler-dev mailing list