RFR: 8354443: [Graal] crash after deopt in TestG1BarrierGeneration.java

Doug Simon dnsimon at openjdk.org
Wed May 7 13:25:15 UTC 2025


On Wed, 7 May 2025 11:17:52 GMT, Gergö Barany <gbarany at openjdk.org> wrote:

> Remove special cases in `nmethod::is_deopt_entry` and `nmethod::is_deopt_mh_entry`. Graal used to generate a different code pattern from C2 for deopt handlers. This was changed in https://github.com/oracle/graal/commit/099f57b58edb23ed2184c11badea24edf36f30d2 to align Graal's code generation with C2. The special cases are no longer needed.

LGTM

-------------

Marked as reviewed by dnsimon (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25088#pullrequestreview-2821736057


More information about the graal-dev mailing list