-
Notifications
You must be signed in to change notification settings - Fork 16
[24.2] Sync with upstream for April 2025 CPU #840
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
[24.2] Sync with upstream for April 2025 CPU #840
Conversation
(cherry picked from commit f7b4c7c)
(cherry picked from commit 31c66a7)
(cherry picked from commit 07421a7)
…ld lead to deopt loops. (cherry picked from commit c2e1a20)
boundary. (cherry picked from commit b9bd724)
(cherry picked from commit eb7fd62)
(cherry picked from commit d514762)
(cherry picked from commit 07421a7)
(cherry picked from commit 45ff8cf)
(cherry picked from commit 1ea7c8f)
PullRequest: js/3447
…erging across main expression boundary. PullRequest: graal/20245
…ation with short-circuits could lead to deopt loops. PullRequest: graal/20244
…an_unloading_dependents
(cherry picked from commit 521fc9a)
(cherry picked from commit 09f33fb)
…transitions and variadic operands to fallback specializations. PullRequest: graal/20247
…OnOOME. PullRequest: graal/20241
PullRequest: graal/20249
…rnal error messages. PullRequest: graal/20240
…tionPolicy PullRequest: graal/20233
PullRequest: graal/20254
…t across safepoint checks. PullRequest: graal/20367
… access. PullRequest: js/3464
(cherry picked from commit b708a4e)
…allowed in SandboxPolicy.CONSTRAINED. PullRequest: js/3465
…bassembly option. PullRequest: js/3460
PullRequest: graalpython/3736
…y instantiated wasm modules. PullRequest: graal/20401
…tance InteropLibrary. PullRequest: graal/20402
…nce out of scope. PullRequest: graal/20403
…ompressedObjectConstantOp PullRequest: graal/20415
…ss unknown alignment. PullRequest: graal/20407
PullRequest: graal/20408
PullRequest: graal/20448
Karm
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.
We need to resolve:
usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/crtn.o
2025-04-18T15:05:35.6845666Z /usr/bin/ld: quarkus-integration-test-vertx-graphql-999-SNAPSHOT-runner.o:(.data+0xca8): undefined reference to `Java_java_lang_invoke_MethodHandleNatives_clearCallSiteContext'
2025-04-18T15:05:35.6846416Z collect2: error: ld returned 1 exit status
2025-04-18T15:05:35.6847153Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.image.NativeImageViaCC.handleLinkerFailure(NativeImageViaCC.java:210)
2025-04-18T15:05:35.6848211Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.image.NativeImageViaCC.runLinkerCommand(NativeImageViaCC.java:154)
2025-04-18T15:05:35.6849091Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.image.NativeImageViaCC.write(NativeImageViaCC.java:115)
2025-04-18T15:05:35.6849886Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.doRun(NativeImageGenerator.java:750)
2025-04-18T15:05:35.6850673Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGenerator.run(NativeImageGenerator.java:533)
2025-04-18T15:05:35.6851540Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.buildImage(NativeImageGeneratorRunner.java:545)
2025-04-18T15:05:35.6852477Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.build(NativeImageGeneratorRunner.java:732)
2025-04-18T15:05:35.6853392Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.start(NativeImageGeneratorRunner.java:151)
2025-04-18T15:05:35.6854284Z at org.graalvm.nativeimage.builder/com.oracle.svm.hosted.NativeImageGeneratorRunner.main(NativeImageGeneratorRunner.java:99)
2025-04-18T15:05:35.6854884Z
Yes, thanks. |
Well, I wasn't able to reproduce it with a JDK 24.0.1 GA build of the JDK so I've move the workflow to use GA JDK 24 builds instead which should be a better fit. |
Karm
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.
@jerboaa JDK 24 GA looks fine now...
In preparation for the Mandrel for JDK 24 release (
24.0.1or internal Mandrel version24.2.1),this is a merge of the latest changes on the upstream
release/graal-vm/24.2branch. Specificallytag
vm-24.2.1which corresponds to the April 2025 CPU release.