RFR: 8338023: Support two vector selectFrom API [v7]
Jatin Bhateja
jbhateja at openjdk.org
Tue Sep 17 07:10:55 UTC 2024
On Fri, 13 Sep 2024 14:43:42 GMT, Emanuel Peter <epeter at 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
More information about the core-libs-dev
mailing list