[jdk21u-dev] Integrated: 8324858: [vectorapi] Bounds checking issues when accessing memory segments

Aleksey Shipilev shade at openjdk.org
Wed Feb 14 11:56:04 UTC 2024


On Tue, 6 Feb 2024 13:25:22 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> 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}`

This pull request has now been integrated.

Changeset: 786c5fb1
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk21u-dev/commit/786c5fb1e587740bfb000ae4422ffcbbf53f52de
Stats:     248 lines in 39 files changed: 132 ins; 8 del; 108 mod

8324858: [vectorapi] Bounds checking issues when accessing memory segments

Reviewed-by: psandoz
Backport-of: 1ae851387f881263ccc6aeace5afdd0f49d41d33

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

PR: https://git.openjdk.org/jdk21u-dev/pull/237


More information about the jdk-updates-dev mailing list