RFR: 8300638: Tier1 IR Test failure after JDK-8298632 on macosx-x64-debug [v2]

Pengfei Li pli at openjdk.org
Sat Jan 21 15:54:05 UTC 2023


On Sat, 21 Jan 2023 13:46:26 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
>
> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8300638: 32 bit failures fixes and further feature tuning.

test/hotspot/jtreg/compiler/vectorization/runner/ArrayIndexFillTest.java line 38:

> 36:  *                   compiler.vectorization.runner.ArrayIndexFillTest
> 37:  *
> 38:  * @requires (os.simpleArch == "x64") | (os.simpleArch == "aarch64")

Is this just for disabling IR tests on 32-bit x86?

-------------

PR: https://git.openjdk.org/jdk/pull/12124


More information about the hotspot-compiler-dev mailing list