Live data from Hacker News

Java 20 / JDK 20: General Availability

mail.openjdk.org

11–20 of 356 posts

Re: Java 20 / JDK 20: General Availability

#11
post #8

Note all the new cool stuff is incubator and preview status and I'm a little worried that this will still be the case for the JDK 21 stable release.

I think this is supposed to be the last preview version of FFI and the other JEPs from Project Panama, so hopefully we will have them at least but I definitely share a bit of that concern.

Probably not this go-around: https://openjdk.org/jeps/442

Better to be right then rushed though.

Re: Java 20 / JDK 20: General Availability

#16
post #2

Gist: ``` JDK 20 introduces six features: - Scoped values for safe sharing of data across threads - Record patterns for declarative data navigation and processing - Foreign function and memory API for interoperation with code and data outside the Java runtime - Virtual threads for lightweight concurrent programming - Structured concurrency for simplified multithreaded programming - Pattern matching for switch stateme…

...but also thousands of other stability, performance, and security updates.
Post reply on HN