GraalVM, the advanced JDK focused on ahead-of-time (AOT) Native Image compilation and since last year began shifting focus to more non-Java languages like Python and JavaScript, is out with its newest community feature release. GraalVM Community Edition 25.1.3 is now available with some interesting changes in tow...

GraalVM, the advanced JDK focused on ahead-of-time (AOT) Native Image compilation and since last year began shifting focus to more non-Java languages like Python and JavaScript, is out with its newest community feature release. GraalVM Community Edition 25.1.3 is now available with some interesting changes in tow.
GraalVM 25.1.3 adds support for recording and replaying JIT compilations with the Graal compiler, a new disassembly tool is added, and there is optional constant blinding support for untrusted code. Plus new performance improvements, debugging enhancements, improved compatibility, Linux builds now producing Position Independent Executables (PIEs) by default, and other enhancements. There is also improved language support for GraalJS as the JavaScript offering, GraalPy for Python adding more features, and more.
GraalVM 25.1.3 also has Web Image as a new experimental back-end for GraalVM Native Image that compiles a Java application ahead-of-time to a WebAssembly module with a JavaScript wrapper.
Catching me most by surprise was a listed change for reducing Native Image sizes by further compacting them:
"Reduced Native Image size by compacting image heap metadata and storage, including module metadata, runtime dynamic-access metadata, and symbol table data, and intrinsifying simple constant String.format and String::formatted calls. This reduces the size of a HelloWorld application on Linux AMD64 to ~6.5 MB."
As in, catching me by surprise that getting a basic "Hello World" program down to ~6.5MB... Perhaps too used to other languages, but a 6.5MB binary for a "Hello World" program?! I was curious how big the HelloWorld AMD64 Linux build was previously, so was digging through the activity. Much of Graal development is behind Oracle's closed doors but this pull request brought up a public question over the impact on size. The additional Native Image compaction in this release "should be around 1-2% image size across the board." And then further elaborated:
"Overall, you will see larger improvements of 25.1 vs 25.0.x in image size, because we did several smaller optimizations in this area (some still pending) that add up. There is also a smaller positive effect on RSS due to the more compact representations. You will see a very large drop in helloworld image size due to the String format intrinsification."
But still, getting a HelloWorld app down to 6.5MB; is it just me or is that still rather bloated for all but the most elaborate "hello world" programs?
Downloads and more details on the GraalVM Community 25.1.3 release can be found via GitHub.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Intel Posts Initial GCC Compiler Patches For AI Compute Extensions "ACE" | 0 | 7 | 02-07-2026 |
| 2 | Glibc Introduces /etc/tunables.conf For System-Wide Tunables | 0 | 7 | 01-07-2026 |
| 3 | Rusticl OpenCL Driver Improving Hardware Utilization In Mesa 26.2 | 0 | 5 | 02-07-2026 |
| 4 | JPEG-XL libjxl 0.12 Brings More Performance Optimizations | 0 | 5 | 02-07-2026 |
| 5 | Intel ISPC 1.31 Brings New Targets For Nova Lake, Experimental PowerPC 64-bit | 0 | 5 | 26-06-2026 |
| 6 | NVIDIA Working On New "TLV" Firmware Binary Format For Nova Driver | 0 | 5 | 01-07-2026 |
| 7 | Intel ANV Vulkan Driver Now Enables Descriptor Heaps By Default | 0 | 7 | 26-06-2026 |
| 8 | RISC-V RVV Vector Performance Benchmarks With The SpacemiT K3 SoC | 2 | 7 | 02-07-2026 |
| 9 | GCC 16.2 Being Planned For Early August Release | 0 | 5 | 01-07-2026 |