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
Mandrel 23.1.3 update #725
Merged
Merged
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 8d9b868)
Inspired by: ad293a2
Inspired by a760dd2.
…nt (GR-49428). (cherry picked from commit de5f6cf)
(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)
… component from JVM standalones. PullRequest: graal/17121
…s jvm standalone. PullRequest: js/3078
(cherry picked from commit 3c8e0e0)
…ion 18.19.1. PullRequest: js/3082
(cherry picked from commit 402ce65) Add proposed conflict fix
(cherry picked from commit 0a8195b) Add proposed conflict fix
PullRequest: graal/17174
…th incorrect stack size. PullRequest: graal/17095
…ryError finishes.
…ation in isolate. (cherry picked from commit 5b48787)
…provements. PullRequest: graal/17154
…compilation phases PullRequest: graal/17190
PullRequest: graal/17238
PullRequest: graal/17254
… runtime compilation. PullRequest: graal/17261
… when using compilation in isolate. PullRequest: graal/17226
PullRequest: graal/16057
(cherry picked from commit 28b5bd64aaa9e7dad68acc7ddccb466e0dbf43fb)
(cherry picked from commit 83c699edbfc6af7b6effeb3ad536fbc6531edf3a)
matter, in case of overflow the value is still different (cherry picked from commit ac0fc684c9b78b337873d5789d8886cd6a93cea9)
(cherry picked from commit 429b3f9fb983e98bd87b8d440c43195e4d75f0d1)
…tive. PullRequest: graal/16553
PullRequest: graal/16926
…System.arraycopy a byte array. PullRequest: graal/17391
…bles. PullRequest: graal/17040
…sue. PullRequest: graal/17423
oracle-contributor-agreement
bot
added
the
OCA Verified
All contributors have signed the Oracle Contributor Agreement.
label
May 2, 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 the latest
vm-23.1.3
tag fromgraalvm-for-jdk21-community-backports
repo.The only additions made were to set the version to
23.1.3.1
and torelease: False
insuite.py
files since we have23.1.3.0
already released and want to respin a23.1.3.1
later.