Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8318444

Write details about compilation bailouts into crash reports

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • 22
    • hotspot
    • b05

      Analyzing broken bailout chains is onerous. A broken bailout chain occurs when code marks a compilation as failed, but then either that function itself or any of its caller function fails to abort the compilation. That may cause crashes, e.g. JDK-8318183 or JDK-8318445.

      It would be helpful if the compilers were to remember details about where in the code the bailout occurred, and in case of a crash, write that info into the crash report.

            stuefe Thomas Stuefe
            stuefe Thomas Stuefe
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: