-
Notifications
You must be signed in to change notification settings - Fork 6.1k
8360679: Shenandoah: AOT saved adapter calls into broken GC barrier stub #26449
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
8360679: Shenandoah: AOT saved adapter calls into broken GC barrier stub #26449
Conversation
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
@shipilev This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 9 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
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.
Good catch.
I assume on x86 it is fine.
I am fine with back porting this into JDK 25. Please, file request according to https://openjdk.org/jeps/3#Fix-Request-Process |
Yes, because on x86 we do the proper VM call. I filed JDK-8363974 to clean that up. After that is done, we will bring the follow-up fix to 25u. Meanwhile, we want to unbreak JDK 25 GA. |
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.
Nice catch!
Thanks! Request filed. |
Thank you all! Here goes the mainline integration. /integrate |
Going to push as commit 8477630.
Your commit was automatically rebased without conflicts. |
JDK 25 backport: #26464 |
See the bug for more analysis. This is AOT-, AArch64-, Shenandoah-specific problem. The fix is simple, the failure is catastrophic, and it is very reproducible. So it makes the issue P2, and would like to get it into JDK 25 under RDP 2 rules.
Additional testing:
runtime/cds
with-XX:+UseShenandoahGC
(now passes)hotspot_gc_shenandoah
(still passes)runtime/cds
with-XX:+UseShenandoahGC
(now passes)hotspot_gc_shenandoah
(still passes)Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/26449/head:pull/26449
$ git checkout pull/26449
Update a local copy of the PR:
$ git checkout pull/26449
$ git pull https://git.openjdk.org/jdk.git pull/26449/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 26449
View PR using the GUI difftool:
$ git pr show -t 26449
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/26449.diff
Using Webrev
Link to Webrev Comment