[jdk21u-dev] RFR: 8330106: C2: VectorInsertNode::make() shouldn't call ConINode::make() directly
duke
duke at openjdk.org
Thu Apr 3 15:06:09 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.
@satyenme
Your change (at version 4ec085516ef57e8abf5c9585aecc6faf263232b5) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1579#issuecomment-2776092213
More information about the jdk-updates-dev
mailing list