JEP 401: Value Objects (Preview) merged to OpenJDK master

Hacker News Top News

Summary

JEP 401: Value Objects (Preview) has been merged into OpenJDK master, marking a significant milestone for Project Valhalla's value types in Java.

No content available
Original Article
View Cached Full Text

Cached at: 07/31/26, 07:55 AM

openjdk/jdk

Source: https://github.com/openjdk/jdk

Welcome to the JDK!

For build instructions please see the online documentation, or either of these files:

See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.

Similar Articles

JEP 539: Strict Field Initialization in the JVM moved to preview

Hacker News Top

JEP 539 introduces strictly-initialized fields in the JVM as a preview feature, requiring fields to be initialized before reading to avoid default values like 0 or null. This provides stronger integrity guarantees for JVM-based languages.

Java 27: What's New?

Hacker News Top

Java 27 introduces new features and improvements to the programming language.

jank now has its own custom IR

Lobsters Hottest

jank, a Clojure dialect, has introduced a custom intermediate representation designed at the level of Clojure's semantics to enable better optimizations and compete with the JVM.

jj v0.41.0 is out

Lobsters Hottest

Jujutsu (jj) v0.41.0 is released, introducing updates to the experimental version control system designed for improved usability and conflict handling.