RFR: 8350471: Unhandled compilation bailout in GraphKit::builtin_throw
Manuel Hässig
duke at openjdk.org
Thu Mar 27 08:02:17 UTC 2025
On Wed, 26 Mar 2025 19:30:18 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
> So where failed state come from?
The failure occurred in a stress test due to a stressing decision and the callers of `GraphKit::builtin_throw()`did not handle the failure. From my investigation, I concluded that a failing state at that point cannot be reached without a StressBailout.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24243#issuecomment-2757060282
More information about the hotspot-compiler-dev
mailing list