GraalVM for JDK 23 is here!
Briefly

The new option for minimizing executable sizes in GraalVM's release allows developers to optimize performance specifically for environments with memory constraints and limited storage.
With the introduction of the new -Os optimization level, Oracle GraalVM enables the generation of smaller executables essential for modern cloud applications and devices.
Production support for embedding Python and WebAssembly in Java is a notable enhancement in GraalVM 23, providing developers a versatile environment with impressive performance.
Development builds can now leverage the -Ob optimization level for faster build times, sacrificing some optimizations while ensuring efficient build cycles during early stages.
Read at Oracle
[
|
]