JDK-8352595 : Regression of JDK-8314999 in IR matching
Type:Bug
Component:hotspot
Sub-Component:compiler
Affected Version:25
Priority:P3
Status:Resolved
Resolution:Fixed
Submitted:2025-03-21
Updated:2025-03-28
Resolved:2025-03-25
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.
Some IR framework tests weren't adapted and still expect ALLOC(_ARRAY)?(_OF)? to be available at opto assembly phase. Since JDK-8314999 it is no longer true.
Comments
Changeset: c94bc742
Branch: master
Author: Marc Chevalier <marc.chevalier@oracle.com>
Committer: Christian Hagedorn <chagedorn@openjdk.org>
Date: 2025-03-25 07:28:06 +0000
URL: https://git.openjdk.org/jdk/commit/c94bc7427ce86dce9613d3a201eef7f3828447b0
25-03-2025
A pull request was submitted for review.
Branch: master
URL: https://git.openjdk.org/jdk/pull/24163
Date: 2025-03-21 15:41:23 +0000
24-03-2025
ILW = Multiple IR framework internal failures, multiple tests, no workaround = MMH = P3