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

Vladimir Kozlov kvn at openjdk.org
Sat Jan 21 19:09:06 UTC 2023


On Sat, 21 Jan 2023 17:40:11 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> 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?
>
> Hi @vnkozlov , @pfustc , For x86_32 I find that for operations auto-vectorization support is inherited because corresponding scalar IR nodes are not being generated for 32 bit targets. Thus I have enabled some tests only for x86_64, will re enable them with 32 bit support.

Agree.

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

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


More information about the hotspot-compiler-dev mailing list