RFR: 8290730: compiler/vectorization/TestAutoVecIntMinMax.java failed with "IRViolationException: There were one or multiple IR rule failures."

Bhavana-Kilambi duke at openjdk.org
Fri Jul 22 11:57:08 UTC 2022


On Fri, 22 Jul 2022 09:40:37 GMT, Bhavana-Kilambi <duke at openjdk.org> wrote:

> … "IRViolationException: There were one or multiple IR rule failures."
> 
> The IR test - TestAutoVecIntMinMax.java was introduced in https://bugs.openjdk.org/browse/JDK-8288107 to test IR generation of MaxV and MinV nodes when the MinI/MaxI nodes are auto-vectorized.
> However, the corresponding vector ISA support for min/max on x64 machines is only available in SSE versions > 3 and AVX.
> The "@requires" annotation in the JTREG test has been modified to use the whitelisted flags instead.
> Deleting the entry for this JTREG test in test/hotspot/jtreg/ProblemList.txt.

There are a couple of macos failures due to "wget". Should these runs be triggered again?

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

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


More information about the hotspot-compiler-dev mailing list