JDK-8267265 : Use new IR Test Framework to create tests for C2 Ideal transformations
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-05-17
  • Updated: 2022-06-03
  • Resolved: 2022-02-28
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 19
19 b12Fixed
Related Reports
Blocks :  
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Description
Create tests for transformations performed in ::Ideal and ::Identity methods of these nodes:

- Add
- Sub
- Mul
- Div
- Xor, Min, Max, etc.

Another good opportunity for exercising the framework is to tackle this other issue as part of this effort: https://bugs.openjdk.java.net/browse/JDK-8270823
Comments
Changeset: efd3967b Author: John Tortugo <disoares@microsoft.com> Committer: Christian Hagedorn <chagedorn@openjdk.org> Date: 2022-02-28 10:01:24 +0000 URL: https://git.openjdk.java.net/jdk/commit/efd3967b54fed7eaa3c3072267f766d73a3acadb
28-02-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7434 Date: 2022-02-10 22:12:53 +0000
10-02-2022