[jdk21u-dev] RFR: 8324858: [vectorapi] Bounds checking issues when accessing memory segments
Aleksey Shipilev
shade at openjdk.org
Thu Feb 8 09:59:16 UTC 2024
Clean backport to fix the preview feature. This helps users to detect out of bounds before they break important applications, or fail to work in production-ready version of Vector API. There were some conflicts in copyright years, which I resolved by fixing the templates and regenerating the tests.
Additional testing:
- [x] macos-aarch64-server-fastdebug, `jdk/incubator/vector`
- [x] linux-aarch64-server-fastdebug, `jdk/incubator/vector`
- [x] linux-x86_64-server-fastdebug, `jdk/incubator/vector`
- [x] linux-aarch64-server-fastdebug, `tier{1,2,3,4}`
-------------
Commit messages:
- Backport 1ae851387f881263ccc6aeace5afdd0f49d41d33
Changes: https://git.openjdk.org/jdk21u-dev/pull/237/files
Webrev: https://webrevs.openjdk.org/?repo=jdk21u-dev&pr=237&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8324858
Stats: 248 lines in 39 files changed: 132 ins; 8 del; 108 mod
Patch: https://git.openjdk.org/jdk21u-dev/pull/237.diff
Fetch: git fetch https://git.openjdk.org/jdk21u-dev.git pull/237/head:pull/237
PR: https://git.openjdk.org/jdk21u-dev/pull/237
More information about the jdk-updates-dev
mailing list