RFR: 8376186: [VectorAPI] Nomenclature change for concrete vector classes [v2]

Jatin Bhateja jbhateja at openjdk.org
Wed Feb 11 10:42:32 UTC 2026


> 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

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/29614/files
  - new: https://git.openjdk.org/jdk/pull/29614/files/a5c98f86..c63c10a7

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=29614&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=29614&range=00-01

  Stats: 10 lines in 1 file changed: 0 ins; 2 del; 8 mod
  Patch: https://git.openjdk.org/jdk/pull/29614.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/29614/head:pull/29614

PR: https://git.openjdk.org/jdk/pull/29614


More information about the core-libs-dev mailing list