forked from oracle/graal
-
Notifications
You must be signed in to change notification settings - Fork 17
Merge upstream graalvm-community-jdk21u into mandrel/23.1 (2025-10-07) #900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
zakkak
merged 18 commits into
graalvm:mandrel/23.1
from
zakkak:2025-10-07-mandrel-23.1-upstream-merge
Oct 7, 2025
Merged
Merge upstream graalvm-community-jdk21u into mandrel/23.1 (2025-10-07) #900
zakkak
merged 18 commits into
graalvm:mandrel/23.1
from
zakkak:2025-10-07-mandrel-23.1-upstream-merge
Oct 7, 2025
Conversation
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
…mory. (cherry picked from commit 42bb571)
…ion. This allows hoisting bounds checks for memory accesses that are guaranteed to stay within the initial bounds. (cherry picked from commit 7b622f6)
…memory 0. (cherry picked from commit e337757)
(cherry picked from commit 03b8dfc)
(cherry picked from commit 66c8374)
(cherry picked from commit 2645c8c)
(cherry picked from commit ed5aa9a)
…or in OracleDBFlavor. (cherry picked from commit 0c6bdd1)
…ecoder. Implement a dedicated caching graph cache providers when parsing IR for the graph cache that never folds compilation final or child fields. (cherry picked from commit 72dd8ab)
(cherry picked from commit c11d974)
(cherry picked from commit 5d213ef)
[Backport] [Oracle GraalVM] [GR-68722] Backport to 23.1: Cross-isolate exception dispatch for isolated compilation.
[Backport] [Oracle GraalVM] [GR-65754] Backport to 23.1: TRegex: update pre-defined character classes in OracleDBFlavor.
[Backport] [Oracle GraalVM] [GR-68324] Backport to 23.1: TRegex: treat nested quantifiers as a bailout instead of a syntax error in OracleDBFlavor.
[Backport] [Oracle GraalVM] [GR-66289] Backport to 23.1: TruffleLogger.getLevelNum() causes deopt loops.
[Backport] [Oracle GraalVM] [GR-66190] Backport to 23.1: UnsupportedSpecializationException caused by null from PropertyGetNode.
[Backport][GR-56094] Remove constant memory buffer assumption and simplify ByteArrayWasmMemory.
2025-10-07 merge edition
jerboaa
approved these changes
Oct 7, 2025
Collaborator
jerboaa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems OK. Feel free to merge if CI is happy.
Collaborator
|
I take it this will be the last merge for this update release, right (freeze date is today)? |
Collaborator
Author
Correct |
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.
One of the regular merges in prep for the 23.1.9 release.
Includes: