JDK-8317998 : Temporarily disable malformed control flow assert to reduce noise in testing
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 21,22
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-10-12
  • Updated: 2024-05-16
  • Resolved: 2023-10-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 22
22 b20Fixed
Related Reports
Relates :  
Description
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 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.
Comments
Changeset: 7633a766 Author: Tobias Hartmann <thartmann@openjdk.org> Date: 2023-10-12 09:50:18 +0000 URL: https://git.openjdk.org/jdk/commit/7633a76607e264ce578f3c0e1d393c1016bc6b95
12-10-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16163 Date: 2023-10-12 09:40:33 +0000
12-10-2023