RFR: 8354443: [Graal] crash after deopt in TestG1BarrierGeneration.java
Gergö Barany
gbarany at openjdk.org
Wed May 7 14:45:13 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.
Thanks for your reviews!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25088#issuecomment-2858866796
More information about the graal-dev
mailing list