JDK 23 |
---|
23 b05Fixed |
Relates :
|
|
Relates :
|
|
Relates :
|
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.
|