forked from oracle/graal
-
Notifications
You must be signed in to change notification settings - Fork 15
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
2024-03-27 backports 17 sync #707
Merged
zakkak
merged 32 commits into
graalvm:mandrel/23.0
from
zakkak:2024-03-27-backports-17-sync
Mar 27, 2024
Merged
2024-03-27 backports 17 sync #707
zakkak
merged 32 commits into
graalvm:mandrel/23.0
from
zakkak:2024-03-27-backports-17-sync
Mar 27, 2024
Conversation
This file contains 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 b697ae2)
…pes/fields If, during handling of an instruction, we come across an unresolved type/field, we generate an unconditional deoptimization. In such cases we should maintain the values that are present on the stack intact. However, the `handleUnresolvedX` functions in BytecodeParser encouraged popping values from the stack, even though the obtained values were never used. This PR removes ValueNode parameters from `handleUnresolvedX` functions and reorders some function calls to ensure that no values are popped from a FrameState's stack until we're certain we won't emit a deopt. (cherry picked from commit f4d0085)
…esolvedNewArray (cherry picked from commit 0bc7d5b)
…ion 18.19.1. PullRequest: js/3083
…th incorrect stack size. PullRequest: graal/17094
…EntryPointSnippets.initializeIsolate().
Ensure we don't use older macos versions (cherry picked from commit b7718e9)
(cherry picked from commit e0ac1fa)
(cherry picked from commit 421e12a)
(cherry picked from commit 73b57e6)
PullRequest: graal/17156
(cherry picked from commit b26611762139f1b0858079d4860d41d356accf75)
PullRequest: graal/17041
PullRequest: graal/17246
PullRequest: graal/16930
PullRequest: graal/17260
oracle-contributor-agreement
bot
added
the
OCA Verified
All contributors have signed the Oracle Contributor Agreement.
label
Mar 27, 2024
jerboaa
approved these changes
Mar 27, 2024
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.
Sync with upstream https://github.com/graalvm/graalvm-for-jdk17-community-backports/