-
Enhancement
-
Resolution: Fixed
-
P4
-
22
-
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.
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.
- relates to
-
JDK-8326376 java -version failed with CONF=fastdebug -XX:InitialCodeCacheSize=1024K -XX:ReservedCodeCacheSize=1200k
- Resolved
-
JDK-8318183 C2: VM may crash after hitting node limit
- Resolved
-
JDK-8318176 C2: dont assert in ~GraphKit if compilation had been interrupted
- Closed