Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8305185 C2 failed "assert(false) failed: Can't determine return type."
  3. JDK-8334442

Temporarily disable return type assertion to reduce noise in testing

XMLWordPrintable

    • b03

        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 by JDK-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.

              rcastanedalo Roberto Castaneda Lozano
              rcastanedalo Roberto Castaneda Lozano
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: