Skip to content
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 48 commits into from
May 3, 2024
Merged

Conversation

jerboaa
Copy link
Collaborator

@jerboaa jerboaa commented May 2, 2024

Sync the latest vm-23.1.3 tag from graalvm-for-jdk21-community-backports repo.

The only additions made were to set the version to 23.1.3.1 and to release: False in suite.py files since we have 23.1.3.0 already released and want to respin a 23.1.3.1 later.

mur47x111 and others added 30 commits January 12, 2024 12:18
(cherry picked from commit 8d9b868)
…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)
… component from JVM standalones.

PullRequest: graal/17121
(cherry picked from commit 402ce65)

Add proposed conflict fix
(cherry picked from commit 0a8195b)

Add proposed conflict fix
…th incorrect stack size.

PullRequest: graal/17095
… runtime compilation.

PullRequest: graal/17261
… when using compilation in isolate.

PullRequest: graal/17226
Arash Kazemi Koohbanani and others added 18 commits March 19, 2024 12:07
(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)
…System.arraycopy a byte array.

PullRequest: graal/17391
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 2, 2024
@jerboaa jerboaa requested review from zakkak and Karm May 2, 2024 15:34
@jerboaa
Copy link
Collaborator Author

jerboaa commented May 2, 2024

Mandrel-Quarkus tests / Q main M 23.1 EA / Q IT Security1 test failure seems infra related.

Q main M 23.1 EA / Q IT Security1
Unable to download artifact(s): Failed to ListArtifacts: Failed to make request after 5 attempts: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/ListArtifacts

Q main M 23.1 EA / Q IT Security1
Failed to CreateArtifact: Failed to make request after 5 attempts: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact

@jerboaa jerboaa merged commit 2b957ae into graalvm:mandrel/23.1 May 3, 2024
66 of 67 checks passed
@jerboaa jerboaa added this to the 23.1.3.0-Final milestone May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.