[jdk21u-dev] Integrated: 8330106: C2: VectorInsertNode::make() shouldn't call ConINode::make() directly
Satyen Subramaniam
ssubramaniam at openjdk.org
Thu Apr 3 15:08:58 UTC 2025
On Wed, 2 Apr 2025 17:47:47 GMT, Satyen Subramaniam <ssubramaniam at openjdk.org> wrote:
> Backporting JDK-8330106: C2: VectorInsertNode::make() shouldn't call ConINode::make() directly. Adjusts code to call PhaseValues::intcon(), which 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. Ran GHA Sanity Checks, and local Tier 1, and Tier 2 tests. Patch is clean.
This pull request has now been integrated.
Changeset: c7fccfe3
Author: Satyen Subramaniam <ssubramaniam at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
URL: https://git.openjdk.org/jdk21u-dev/commit/c7fccfe3f73c03325ff9c3394ea26bcb8c398533
Stats: 4 lines in 3 files changed: 0 ins; 0 del; 4 mod
8330106: C2: VectorInsertNode::make() shouldn't call ConINode::make() directly
Backport-of: bde3fc0c03c87d1f2605ae6bb84c33fadb7aa865
-------------
PR: https://git.openjdk.org/jdk21u-dev/pull/1579
More information about the jdk-updates-dev
mailing list