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

Gergö Barany gbarany at openjdk.org
Wed May 7 14:52:20 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.

This pull request has now been integrated.

Changeset: 90f0f1b8
Author:    Gergö Barany <gbarany at openjdk.org>
Committer: Yudi Zheng <yzheng at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/90f0f1b88badbf1f72d7b9434621457aa47cde30
Stats:     11 lines in 1 file changed: 0 ins; 9 del; 2 mod

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

Reviewed-by: dnsimon, yzheng

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

PR: https://git.openjdk.org/jdk/pull/25088


More information about the graal-dev mailing list