Project Valhalla, a decade-long effort to improve Java's performance, has finally been integrated into the OpenJDK repository and is targeting JDK 28. The project aims to allow developers to write classes that work like primitives, eliminating the need for pointer indirection and improving memory density. This is achieved through the introduction of value classes, which are declared with the 'value' modifier and have no identity. The integration is a significant milestone, but the feature is still in preview and disabled by default.