On Fri, 13 Sep 2024 14:43:42 GMT, Emanuel Peter <epe...@openjdk.org> wrote:
>> Original API did throw IndexOutOfBoundsException, but later on we have moved >> away from exception throwing semantics to wrapping semantics. >> Please find details at following comment >> https://github.com/openjdk/jdk/pull/20508#issuecomment-2306344606 > > And do we test that the wrapping works correctly? VectorAPI Jtreg framework is based on testNG, our custom data providers associated with various test methods ensure to generates range of values which are beyond valid index range, this should check the wrapping scenarios. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/20508#discussion_r1762504894