Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions _posts/2025-10-31-continued-focus-on-native.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Key improvements that Mandrel 25 and Quarkus are expected to bring:
* **Continued Focus on Key Metrics:** Mandrel 25 will be the technology of
choice in order to deliver on the cloud-native performance goals of fast
startup and low memory footprint of Quarkus releases for the next years to
come. Quarkus continues to enable aggressive initialization at built time to
come. Quarkus continues to enable aggressive initialization at build time to
achieve this.
* **Enhanced Static Analysis Accuracy:** GraalVM 25 enables https://github.com/oracle/graal/pull/9821[Whole-Program
Sparse Conditional Constant Propagation (WP-SCCP)] by default, improving the
Expand All @@ -53,7 +53,7 @@ Key improvements that Mandrel 25 and Quarkus are expected to bring:
monitoring options of the deployed native Quarkus application binary become
possible closing the gap between JVM mode and native mode. New JFR events, such
as Socket IO and native memory tracking events as well as JFR allocation
profiling becomes possible (via the `jdk.ObjectAllocationSample` event). The
profiling become possible (via the `jdk.ObjectAllocationSample` event). The
addition of https://www.graalvm.org/jdk25/reference-manual/native-image/debugging-and-diagnostics/jcmd/[Java Diagnostic Command]
(JCMD) allows for triggering of certain actions on the running native image.
The JFR monitoring feature of native image has been enhanced to be more
Expand All @@ -69,7 +69,7 @@ Key improvements that Mandrel 25 and Quarkus are expected to bring:

By seamlessly integrating Mandrel 25, and Quarkus’ continued focus on developer
joy and productivity, together with new and emerging AI capabilities further
solidifies Quarkus position as the premier framework for building
solidifies Quarkus's position as the premier framework for building
high-performance, cloud-native Java applications. Developers can confidently
leverage these advancements to deploy applications that are not only efficient
but also deliver exceptional user experiences. Quarkus and Mandrel 25 combine
Expand All @@ -83,8 +83,9 @@ Mission, offering swift start-up times and a low memory footprint.

Beyond GraalVM 25, we are tracking the evolution of GraalVM closely as we have
done in the past and will continue to work with the GraalVM team to evolve
accordingly and ensure that Quarkus integrates well with it. We are looking
forward to exciting new features, not least:
accordingly and ensure that Quarkus integrates well with it.
We expect to see some promising and useful new features in coming releases,
not the least:

1. https://github.com/oracle/graal/issues/12237[Shenandoah GC] integration
2. https://github.com/oracle/graal/issues/11327[Project Crema] and dynamic
Expand Down Expand Up @@ -115,7 +116,7 @@ For the past few years Quarkus and Mandrel developers have been attending the
GraalVM Community summit. A powerful platform to exchange ideas and experience
with the GraalVM technology. In 2025, five Quarkus/Mandrel developers attended
the GraalVM Community Summit. We believe the event was a great success. These
gatherings are tantamount to the Quarkus and GraalVM collaboration. We were
gatherings are paramount to the Quarkus and GraalVM collaboration. We were
glad to see that there is shared interest in making the public
https://github.com/oracle/graal/[GraalVM github repository] a true upstream
with an open governance model. This would further strengthen the GraalVM
Expand Down
Loading