<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/graalvm-25-what-s-new-and-what-s-next-by-alina-yurenko-gfbuoo9a0" -->

---
title: GraalVM 25: What&#x27;s New and What&#x27;s Next by Alina Yurenko
description: GraalVM 25 introduces several notable features for native image compilation. ML-enabled profile inference (MLPGO) is now triggered automatically at the -O3...
canonical: https://daily.dev/posts/graalvm-25-what-s-new-and-what-s-next-by-alina-yurenko-gfbuoo9a0
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: GraalVM 25: What&#x27;s New and What&#x27;s Next by Alina Yurenko | daily.dev
og:description: GraalVM 25 introduces several notable features for native image compilation. ML-enabled profile inference (MLPGO) is now triggered automatically at the -O3...
og:url: https://daily.dev/posts/graalvm-25-what-s-new-and-what-s-next-by-alina-yurenko-gfbuoo9a0
og:image: https://api.daily.dev/og/posts/GfBuoo9A0.png
og:image:alt: GraalVM 25: What&#x27;s New and What&#x27;s Next by Alina Yurenko
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# GraalVM 25: What's New and What's Next by Alina Yurenko

**[Devoxx](https://daily.dev/sources/devoxx)** · 46 min read · 1 upvotes · 0 comments

## Summary

GraalVM 25 introduces several notable features for native image compilation. ML-enabled profile inference (MLPGO) is now triggered automatically at the -O3 optimization level, providing significant throughput improvements in a single build step without requiring manual profiling runs. A new `--preserve` flag helps migrate legacy applications by instructing native image to include entire packages or modules without dead-code elimination. Security improvements include expanded SBOM generation options (including class-level SBOMs) and advanced obfuscation with a mapping file for debugging. Build reports now include a dynamic access report and flame graphs. Looking ahead, GraalVM is working on native image layers (incremental recompilation), Shenandoah GC support for native image, WebAssembly integration, and Project Kama — an open-world native image that supports loading new classes at runtime, breaking the traditional closed-world assumption.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=IrcJzRYbCV8>

---

Tags: [#java](https://daily.dev/tags/java), [#sbom](https://daily.dev/tags/sbom)

[View this post on daily.dev](https://daily.dev/posts/graalvm-25-what-s-new-and-what-s-next-by-alina-yurenko-gfbuoo9a0)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"GraalVM 25: What's New and What's Next by Alina Yurenko","url":"https://daily.dev/posts/graalvm-25-what-s-new-and-what-s-next-by-alina-yurenko-gfbuoo9a0","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/graalvm-25-what-s-new-and-what-s-next-by-alina-yurenko-gfbuoo9a0"},"datePublished":"2026-04-08T19:58:47.735Z","dateModified":"2026-04-08T19:59:09.861Z","description":"GraalVM 25 introduces several notable features for native image compilation. ML-enabled profile inference (MLPGO) is now triggered automatically at the -O3...","image":"https://i.ytimg.com/vi/IrcJzRYbCV8/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/IrcJzRYbCV8/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Devoxx","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Devoxx","logo":"https://media.daily.dev/image/upload/s--6vG797wn--/f_auto,q_auto/v1773648800/logos/devoxx?_a=BAMAMiiu0","url":"https://daily.dev/sources/devoxx"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/graalvm-25-what-s-new-and-what-s-next-by-alina-yurenko-gfbuoo9a0","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"java,sbom","timeRequired":"PT46M","video":{"@type":"VideoObject","name":"GraalVM 25: What's New and What's Next by Alina Yurenko","description":"GraalVM 25 introduces several notable features for native image compilation. ML-enabled profile inference (MLPGO) is now triggered automatically at the -O3...","thumbnailUrl":"https://i.ytimg.com/vi/IrcJzRYbCV8/sddefault.jpg","uploadDate":"2026-04-08T19:58:47.735Z","duration":"PT46M","url":"https://api.daily.dev/r/GfBuoo9A0","embedUrl":"https://www.youtube.com/embed/IrcJzRYbCV8"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Devoxx","item":"https://daily.dev/sources/devoxx"},{"@type":"ListItem","position":3,"name":"GraalVM 25: What's New and What's Next by Alina Yurenko"}]}
```

