Integrated: 8330106: C2: VectorInsertNode::make() shouldn't call ConINode::make() directly

Roland Westrelin roland at openjdk.org
Fri Apr 12 07:19:46 UTC 2024


On Thu, 11 Apr 2024 13:51:29 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> This is a minor issue that I ran into at some point with JDK-8275202:
> calling `PhaseValues::intcon()` is required so the node is properly
> entered in the GVN's hash table and its type is properly recorded in
> the GVN's type table.

This pull request has now been integrated.

Changeset: bde3fc0c
Author:    Roland Westrelin <roland at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/bde3fc0c03c87d1f2605ae6bb84c33fadb7aa865
Stats:     4 lines in 3 files changed: 0 ins; 0 del; 4 mod

8330106: C2: VectorInsertNode::make() shouldn't call ConINode::make() directly

Reviewed-by: kvn, thartmann

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

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


More information about the hotspot-compiler-dev mailing list