#projectvalhalla — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #projectvalhalla, aggregated by home.social.
-
💡 Dive into our in-depth analysis of #JDK26 and get a sneak peek at what's coming in #JDK27!
Explore the latest features, improvements, and future plans across #ProjectAmber, #ProjectLoom, #ProjectPanama, #ProjectLeyden & #ProjectValhalla.
Read more on #InfoQ 👉 https://bit.ly/4auF0w0
-
💡 Dive into our in-depth analysis of #JDK26 and get a sneak peek at what's coming in #JDK27!
Explore the latest features, improvements, and future plans across #ProjectAmber, #ProjectLoom, #ProjectPanama, #ProjectLeyden & #ProjectValhalla.
Read more on #InfoQ 👉 https://bit.ly/4auF0w0
-
💡 Dive into our in-depth analysis of #JDK26 and get a sneak peek at what's coming in #JDK27!
Explore the latest features, improvements, and future plans across #ProjectAmber, #ProjectLoom, #ProjectPanama, #ProjectLeyden & #ProjectValhalla.
Read more on #InfoQ 👉 https://bit.ly/4auF0w0
-
💡 Dive into our in-depth analysis of #JDK26 and get a sneak peek at what's coming in #JDK27!
Explore the latest features, improvements, and future plans across #ProjectAmber, #ProjectLoom, #ProjectPanama, #ProjectLeyden & #ProjectValhalla.
Read more on #InfoQ 👉 https://bit.ly/4auF0w0
-
💡 Dive into our in-depth analysis of #JDK26 and get a sneak peek at what's coming in #JDK27!
Explore the latest features, improvements, and future plans across #ProjectAmber, #ProjectLoom, #ProjectPanama, #ProjectLeyden & #ProjectValhalla.
Read more on #InfoQ 👉 https://bit.ly/4auF0w0
-
#Java’s codebase has tripled in 14 years. From lambdas to #ProjectValhalla, the #JDK keeps expanding. Richard Gross shows how modules reshaped everything & why some legacy APIs still refuse to go away.
Explore the data: https://javapro.io/2025/07/08/a-visual-chronicle-of-the-jdks-journey/
-
I wanted to play with #ProjectValhalla but it's not even at the --enable-preview stage yet. You have to download a separate, early access build of the JDK. https://openjdk.org/projects/valhalla/#implementation
-
Type Specialization of Java Generics @ #JVMLS
-
Project Valhalla Early-Access Builds:
https://jdk.java.net/valhalla/
Early Access Builds Release Notes:
https://openjdk.org/projects/valhalla/early-access
JEPs:
https://openjdk.org/jeps/401
https://openjdk.org/jeps/402
https://openjdk.org/jeps/8316779
https://openjdk.org/jeps/8303099 -
Valhalla - Where Are We? @ #JVMLS
-
Deep dive analysis: we examine #JDK23 and predict what features have, or could be, targeted for #JDK24.
Read on #InfoQ: https://bit.ly/4dY7sFn
#Java #ProjectAmber #ProjectLoom #ProjectPanama #ProjectValhalla #SoftwareDevelopment
-
Design document on nullability and value types:
This document is mostly to be interpreted in the context of the Valhalla journey, and so talks about where we were a few months ago and where we're heading now.
More @ https://mail.openjdk.org/pipermail/valhalla-spec-observers/2023-May/002243.html
-
I spent a lot of my career working with java and the JVM. In recent years it hasn't worked for me, especially as other cross platform systems met or exceeded its promises but without legacy encumbrances (hello Dart and .NET Core). While JVM is probably never going to be my go-to for new projects, Project Valhalla is still an impressive look at how the team wants to upgrade the JVM. The stuff about primitive/value types is fascinating. One thing I never heard of before is 32-bit tearing. Basically 64-bit type operations, including reads, are not guaranteed to be atomic so can never truly be thread safe. As someone who usually writes software that uses 64-bit values that seems like a non-starter for me but they are "going back to 1995" with this limitation on primitive types for performance reasons. Anyway, interesting read and hats off to the team trying to pull this refactor of the JVM off. #java #dotnet #DartLang #ProjectValhalla www.infoworld.com/article/3687…