RFR: 8300638: Tier1 IR Test failure after JDK-8298632 on macosx-x64-debug
Vladimir Kozlov
kvn at openjdk.org
Fri Jan 20 22:24:03 UTC 2023
On Fri, 20 Jan 2023 21:17:59 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
> Patch fixes failing IR verification tests.
>
> CPU feature checks in the IR rules modified appropriately.
>
> Kindly review and approve.
>
> Best Regards,
> Jatin
Next tests also failed with 32-bit VM (see GHA testing results):
ArrayIndexFillTest.java (in 7 methods)
* Constraint 1: "(\d+(\s){2}(PopulateIndex.*)+(\s){2}===.*)"
- Failed comparison: [found] 0 > 0 [given]
ArrayInvariantFillTest.java
* Constraint 1: "(\d+(\s){2}(ReplicateB.*)+(\s){2}===.*)"
- Failed comparison: [found] 0 > 0 [given]
-------------
Changes requested by kvn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/12124
More information about the hotspot-compiler-dev
mailing list