[lworld] Integrated: 8336313: [lworld] C2 compilation hits asserts with -XX:VerifyIterativeGVN=11

Tobias Hartmann thartmann at openjdk.org
Tue Aug 13 06:10:12 UTC 2024


On Mon, 12 Aug 2024 15:05:56 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> Verification code does not like that the hook node we use in `InlineTypeNode::initialize_fields` is dead and that the CmpNode it's attached to is not enqueued for IGVN after replacement. Fixes are straight forward. I'll add `-XX:VerifyIterativeGVN=11` to our (internal) stress job.
> 
> Best regards,
> Tobias

This pull request has now been integrated.

Changeset: db93ab26
Author:    Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/valhalla/commit/db93ab26bb85f4ea3c8dd6c6d225f418ab795dbc
Stats:     2 lines in 1 file changed: 2 ins; 0 del; 0 mod

8336313: [lworld] C2 compilation hits asserts with -XX:VerifyIterativeGVN=11

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

PR: https://git.openjdk.org/valhalla/pull/1200


More information about the valhalla-dev mailing list