RFR: 8306008: Several Vector API tests fail for client VM after JDK-8304450
Quan Anh Mai
qamai at openjdk.org
Tue Apr 18 12:40:42 UTC 2023
Hi,
Please review this patch which fixes the errors on machines where TypeMaxVector has a length of 64 bits. I take an extra cautious approach and fall back to putting elements one by one if the length is an unexpected value.
All jdk/incubator/vector tests passed with MaxVectorSize=8, which fails without this patch.
Thanks a lot.
-------------
Commit messages:
- extra cautious
- fix DoubleMaxShuffle.intoArray
Changes: https://git.openjdk.org/jdk/pull/13508/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13508&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8306008
Stats: 275 lines in 11 files changed: 205 ins; 0 del; 70 mod
Patch: https://git.openjdk.org/jdk/pull/13508.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/13508/head:pull/13508
PR: https://git.openjdk.org/jdk/pull/13508
More information about the core-libs-dev
mailing list