JDK-8330106 : C2: VectorInsertNode::make() shouldn't call ConINode::make() directly
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 16,17,21,23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-04-11
  • Updated: 2024-04-16
  • Resolved: 2024-04-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 23
23 masterFixed
Related Reports
Relates :  
Description
It should call PhaseValues::intcon() instead.
Comments
Changeset: bde3fc0c Author: Roland Westrelin <roland@openjdk.org> Date: 2024-04-12 07:17:27 +0000 URL: https://git.openjdk.org/jdk/commit/bde3fc0c03c87d1f2605ae6bb84c33fadb7aa865
12-04-2024

ILW = Node not processed by IGVN in C2 (potential assert / missed optimization opportunity), never observed in current code, no workaround = MLH = P4
12-04-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/18742 Date: 2024-04-11 13:51:29 +0000
11-04-2024