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

Tobias Hartmann thartmann at openjdk.org
Fri Apr 12 06:17:41 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.

Looks good.

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

Marked as reviewed by thartmann (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18742#pullrequestreview-1995954072


More information about the hotspot-compiler-dev mailing list