[lilliput-jdk21u:lilliput] RFR: 8340901: [Lilliput/JDK21] Disable some vectorization tests

Aleksey Shipilev shade at openjdk.org
Wed Sep 25 14:12:02 UTC 2024


On Wed, 25 Sep 2024 11:41:22 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> Some C2 vectorization tests are failing with compact headers enabled, because of different array base offsets, and some vector optimizatons only work on word-boundaries.
> 
> This change disables affected tests when running with +UCOH, and also adds the machinery to be able to match the JVM flag in applyIf annotation parameters (TestFramework.java). The change is similar to what's proposed in https://github.com/openjdk/jdk/pull/20677, except that some other tests are affected (due to improvements in C2 vectorization since JDK21).
> 
> Test:
>  - [x] changed tests with -UCOH
>  - [x] changed tests with +UCOH

Marked as reviewed by shade (Committer).

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

PR Review: https://git.openjdk.org/lilliput-jdk21u/pull/35#pullrequestreview-2328394882


More information about the lilliput-dev mailing list