What’s the latest on Java value classes?

0
0
Asked By CuriousCoder27 On

I'm curious about value classes in Java. Are they still on track for release in Java 25, or have there been any updates or changes to the timeline?

2 Answers

Answered By TechExplorer99 On

Value classes are part of the Valhalla project. Unfortunately, it seems like they won’t be previewed in Java 26 as hoped. I’ve been keeping an eye on this for a while, and it’s pretty disappointing that things are still up in the air.

FutureDev33 -

Totally agree. Valhalla has been on the radar for over a decade now! I’ve stopped holding my breath for it to actually roll out.

Answered By JavaJourney17 On

Are you referring to records that were introduced in JDK 16, or the features that act like objects but perform as primitive types? If it’s the latter, it doesn’t look likely for JDK 25 or even 26.

CuriousCoder27 -

Yeah, I meant that second one. Why has it been delayed for so long?

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.