-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8319690: [AArch64] C2 compilation hits offset_ok_for_immed: assert "c2 compiler bug" #18103
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
Conversation
|
👋 Welcome back epeter! A progress list of the required criteria for merging this PR into |
|
@eme64 Syntax:
User names can only be used for users in the census associated with this repository. For other contributors you need to supply the full name and email address. |
|
/contributor add faye.gao@arm.com |
|
@eme64 Syntax:
User names can only be used for users in the census associated with this repository. For other contributors you need to supply the full name and email address. |
|
/contributor add @fg1417 |
|
@eme64 |
theRealAph
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.
Yes, that's right. I wrote that assertion for my own information, this isn't really a bug. I might rework this whole area of the compiler in the future, but there's no urgency. Thanks.
|
@eme64 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 50 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 |
vnkozlov
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.
Good.
lgxbslgx
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.
Looks good.
|
Thanks @vnkozlov @theRealAph @lgxbslgx for the reviews! /integrate |
|
Going to push as commit 98f0b86.
Your commit was automatically rebased without conflicts. |
Taking this over from @fg1417, she seems to be "on leave" according to her GitHub account.
I'm taking her regression test (she improved the reproducer that I had originally reported the bug with).
It is ok to just remove the assert, because the address is "sanitized" after the assert, i.e. we use a
leainstruction to compute the address.But I'm simply removing the assert, as suggested in the comments of the previous PR.
Progress
Issue
Reviewers
Contributors
<fgao@openjdk.org>Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/18103/head:pull/18103$ git checkout pull/18103Update a local copy of the PR:
$ git checkout pull/18103$ git pull https://git.openjdk.org/jdk.git pull/18103/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 18103View PR using the GUI difftool:
$ git pr show -t 18103Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/18103.diff
Webrev
Link to Webrev Comment