On Tue, 3 Mar 2026 09:55:03 GMT, Jatin Bhateja <[email protected]> wrote:
> Strict assertion added to jdk.incubator.vector.CPUFeatures does not take into > account MaxVectorSize settings. As a result we observer serval VectorAPI > VectorMathLibrary test failures when MaxVectorSize is smaller than vector > size supported by target. > > Patch removes these assertions, all vector API tests are passing with > smaller MaxVectorSize with assertions enabled (-ea -es). > > Kindly review and share your feedback. > > Best Regards, > Jatin > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 93aa6462 Author: Jatin Bhateja <[email protected]> URL: https://git.openjdk.org/jdk/commit/93aa6462f031f36a71a929175e97e5b745ef94aa Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod 8367761: [VectorAPI] AssertionError with several vector API mathlib tests with MaxVectorSize=32 Reviewed-by: xgong, sviswanathan, vlivanov ------------- PR: https://git.openjdk.org/jdk/pull/30015
