Merge upstream graalvm-community-jdk25u/master into mandrel/25.0 (2026-06-21) - #985
Merged
Merged
Conversation
(cherry picked from commit 644e949)
(cherry picked from commit 8876f3b) fixes
Add an inlining stage for single callsite methods
Conflicts: docs/reference-manual/native-image/guides/use-sbom-support.md docs/security/SBOM.md substratevm/CHANGELOG.md -> Doc changes adjusted manually substratevm/mx.substratevm/suite.py -> java compliance level - drop the compliance level bump substratevm/src/com.oracle.svm.configure/src/com/oracle/svm/configure/ConfigurationTool.java -> import change only (cherry picked from commit adc898d)
…-jdk22-plus [GR-76386] Move 'native-image-utils extract-sbom' to CE
(cherry picked from commit 51a7bf0)
(cherry picked from commit 9fddffd)
(cherry picked from commit 92c5b83)
…rceAsStream (cherry picked from commit e808493)
…Impl constructor. (cherry picked from commit d2256c6)
[Backport] [Oracle GraalVM] [GR-74942] Backport to 25.0: Ensure ArchiveSupport extracts to intended directory
[Backport] [Oracle GraalVM] [GR-73812] Backport to 25.0: Fix simplification of x < x + a
[Backport] [Oracle GraalVM] [GR-74369] Backport to 25.0: Fix resource tracing bugs with the JVMTI tracer.
[Backport] [Oracle GraalVM] [GR-74299] Backport to 25.0: Fix missing reflection registration for ICU4J.
…6-06-21) This is a merge from upstream which includes the following upstream changes: * graalvm/graalvm-community-jdk25u#92 * graalvm/graalvm-community-jdk25u#91 * graalvm/graalvm-community-jdk25u#90 * graalvm/graalvm-community-jdk25u#89 * graalvm/graalvm-community-jdk25u#85 * graalvm/graalvm-community-jdk25u#50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge upstream graalvm-community-jdk25u/master into mandrel/25.0 (2026-06-21)
This is a merge from upstream which includes the following upstream changes: