[jdk17u-dev] Integrated: 8330106: C2: VectorInsertNode::make() shouldn't call ConINode::make() directly
Satyen Subramaniam
ssubramaniam at openjdk.org
Tue Jun 17 18:42:38 UTC 2025
On Thu, 3 Apr 2025 17:31:27 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: 5dab2277
Author: Satyen Subramaniam <ssubramaniam at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/5dab2277926bc83ed9875c381dfe0e5c6b429cb8
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/jdk17u-dev/pull/3433
More information about the jdk-updates-dev
mailing list