-
Sub-task
-
Resolution: Fixed
-
P3
-
23, 24
-
b03
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8343697 | 23.0.2 | Matthias Baesken | P3 | Resolved | Fixed | master |
Disable the following assertion in parse1.cpp temporarily, to reduce noise in the testing pipelines while the root cause of its failures is investigated in JDK-8305185:
assert(false) failed: Can't determine return type.
This assertion was added byJDK-8303951 to force the re-evaluation of compilation bailouts. The invariant violation it catches is harmless (other than potentially causing a performance degradation) because it leads to a compilation bailout.
assert(false) failed: Can't determine return type.
This assertion was added by
- backported by
-
JDK-8343697 Temporarily disable return type assertion to reduce noise in testing
- Resolved
- links to
-
Commit openjdk/jdk/614b99a8
-
Commit(master) openjdk/jdk23u/64588005
-
Review openjdk/jdk/19762
-
Review(master) openjdk/jdk23u/146