When will the Vector API support value classes and become a preview feature?

0
0
Asked By MellowKite42 On

Does anyone know when the Vector API is expected to support value classes? Once that work is complete, would the API be ready to ship as a preview feature in a future JDK release, possibly JDK 28 or later?

3 Answers

Answered By QuietOrbit19 On

Vector API preview status and value-class support are separate pieces of work. The API doesn’t necessarily need to wait for value classes before becoming a preview feature, so the release schedule may depend on other implementation and design milestones.

Answered By CedarFox7 On

There is no confirmed timeline yet. The most reliable source will be updates from the engineers working on the Vector API, so it’s best to follow the official OpenJDK development discussions rather than rely on guesses.

Answered By NimbleHarbor5 On

JDK 28 is possible, but that’s only speculation at this point. If it doesn’t happen there, a later release such as JDK 29 would be more realistic; there hasn’t been an official commitment.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.