forked from oracle/graal
-
Notifications
You must be signed in to change notification settings - Fork 17
Merge graalvm-community-jdk21u:master into mandrel/23.1 (2025-12-17 edition) #920
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
jerboaa
merged 15 commits into
graalvm:mandrel/23.1
from
jerboaa:mandrel-23.1.10-dev-merge-2025-12-17
Dec 18, 2025
Merged
Merge graalvm-community-jdk21u:master into mandrel/23.1 (2025-12-17 edition) #920
jerboaa
merged 15 commits into
graalvm:mandrel/23.1
from
jerboaa:mandrel-23.1.10-dev-merge-2025-12-17
Dec 18, 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
(cherry picked from commit d7af185)
(cherry picked from commit 8fbfee8)
(cherry picked from commit 1ee4c15)
Ensure `DetachAllExternallyStartedThreadsExceptCurrentOperation` doesn't detach the thread starting the operation as that may leave it in an inconsistent state. `leaveTearDownIsolate` will properly teardown/detach both the operation thread (if there is one) and the current thread. (cherry picked from commit 51dfe87)
…ence on the stack. (cherry picked from commit 7b247bb)
(cherry picked from commit 1b545dc)
[Backport][GR-60108] TRegex: NFA generator improvements.
[Backport] [Oracle GraalVM] [GR-67842] Backport to 23.1: Espresso standalone with G1 gets stuck if there is an argument is not recognized.
[Backport] [Oracle GraalVM] [GR-67944] Backport to 23.1: Report more information if the heap verification finds a broken reference on the stack.
[Backport] [Oracle GraalVM] [GR-66583] Backport to 23.1: Suspicious caching of asVarArgs in HostExecuteNode.doVarArgs()
(cherry picked from commit a450419)
(cherry picked from commit 4394adf)
[Backport] [Oracle GraalVM] [GR-65469] Backport to 23.1: Correction of BitSets.equals().
zakkak
approved these changes
Dec 17, 2025
Collaborator
zakkak
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.
LGTM, thanks.
I rescheduled the failed CI job (looks like it timed out)
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.
This is a merge from upstream which includes the following upstream changes:
Thoughts?