Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
/ jdk21 Public archive

Commit

Permalink
8313241: Temporarily disable "malformed control flow" assert to reduc…
Browse files Browse the repository at this point in the history
…e noise

Reviewed-by: chagedorn, kvn, dcubed
  • Loading branch information
TobiHartmann committed Jul 28, 2023
1 parent 1c875fd commit f242c3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/share/opto/compile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3992,8 +3992,6 @@ bool Compile::final_graph_reshaping() {

// Recheck with a better notion of 'required_outcnt'
if (n->outcnt() != required_outcnt) {
DEBUG_ONLY( n->dump_bfs(1, 0, "-"); );
assert(false, "malformed control flow");
record_method_not_compilable("malformed control flow");
return true; // Not all targets reachable!
}
Expand Down
1 change: 0 additions & 1 deletion test/jdk/ProblemList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ sun/util/locale/provider/CalendarDataRegression.java 8268379 macosx-x
java/util/concurrent/forkjoin/AsyncShutdownNow.java 8286352 linux-all,windows-x64
java/util/concurrent/ExecutorService/CloseTest.java 8288899 macosx-aarch64
java/util/concurrent/SynchronousQueue/Fairness.java 8300663 generic-x64
java/util/concurrent/tck/JSR166TestCase.java 8312980 generic-x64,linux-aarch64

############################################################################

Expand Down

1 comment on commit f242c3b

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.