Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit f242c3b

Browse files
committed
8313241: Temporarily disable "malformed control flow" assert to reduce noise
Reviewed-by: chagedorn, kvn, dcubed
1 parent 1c875fd commit f242c3b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/hotspot/share/opto/compile.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3992,8 +3992,6 @@ bool Compile::final_graph_reshaping() {
39923992

39933993
// Recheck with a better notion of 'required_outcnt'
39943994
if (n->outcnt() != required_outcnt) {
3995-
DEBUG_ONLY( n->dump_bfs(1, 0, "-"); );
3996-
assert(false, "malformed control flow");
39973995
record_method_not_compilable("malformed control flow");
39983996
return true; // Not all targets reachable!
39993997
}

test/jdk/ProblemList.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,6 @@ sun/util/locale/provider/CalendarDataRegression.java 8268379 macosx-x
709709
java/util/concurrent/forkjoin/AsyncShutdownNow.java 8286352 linux-all,windows-x64
710710
java/util/concurrent/ExecutorService/CloseTest.java 8288899 macosx-aarch64
711711
java/util/concurrent/SynchronousQueue/Fairness.java 8300663 generic-x64
712-
java/util/concurrent/tck/JSR166TestCase.java 8312980 generic-x64,linux-aarch64
713712

714713
############################################################################
715714

0 commit comments

Comments
 (0)