On Wed, 11 Feb 2026 10:42:32 GMT, Jatin Bhateja <[email protected]> wrote:
>> As per https://github.com/openjdk/jdk/pull/28002#issuecomment-3789507594 on >> JDK-8370691 pull request, splitting out portion of PR#28002 into a separate >> patch. >> >> In preparation of Float16 vector API support, changes to nomenclature of >> concrete vector class by suffixing the vector type with vector bit sizes >> e.g. FloatVector256 so that we don't end up generating names like >> Float16256Vector. >> >> All existing Vector API jtreg test are passing with the patch. >> >> Kindly review and share your feedback. >> >> Best Regards, >> Jatin > > Jatin Bhateja has updated the pull request incrementally with one additional > commit since the last revision: > > Review comment resolution This looks good. I did a search on the code base using the regex `[\d]+Vector` and found one place. In `VectorMathLibrary` the naming convention is used in a local variable name, so we might as well update that. ------------- PR Review: https://git.openjdk.org/jdk/pull/29614#pullrequestreview-3793608325
