-
Notifications
You must be signed in to change notification settings - Fork 6.1k
8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port #21744
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 ihse! A progress list of the required criteria for merging this PR into |
|
@magicus 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 57 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 |
|
@magicus The following labels will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing lists. If you would like to change these labels, use the /label pull request command. |
|
For this patch, I have removed the parts of the build that I knew of that were related to 32-bit Windows. Furthermore, I have searched for all defines across the code base that are related to 32-bit Windows, and removed the parts of the code that is no longer relevant. I have also made a cross-codebase search for terms like "win" and "32" and glanced through the results (that was a huge list) to see if I could spot anything that might need attention. There might of course still be special code that was developed to take care of Windows 32-bit that is no longer needed, but that is hard to find automatically. If anyone knows about some particular code, please let me know! Most of the code was trivial to handle, but there are a few instances where I'd like some input from code owners. I've marked these with |
|
/jep 479 |
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.
Cursory review, sometimes with my 32-bit x86 maintainer hat on :)
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.
I looked at the build system parts.
/reviewers 2
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.
Hotspot changes look good. May be some further cleanup possible. A couple of queries.
Thanks
|
@magicus this pull request can not be integrated into git checkout impl-JEP-479
git fetch https://git.openjdk.org/jdk.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
In the page you mentioned: Format of a C decorated name |
Not __stdcall: https://godbolt.org/z/nvjTP5WPc |
@alexmenkov that is for C functions, not C++. |
|
Thanks @TheShermanTanker . I see the arguments do affect the encoding but 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.
Clearing my "changes requested" status
EDIT: didn't work. Seems I can't clear it except by approving. So just ignore it.
|
@shipilev Could you consider accepting the existing As I said, I think they are just as safe as any other changes -- the only difference is that it is perhaps not as well-known in the community that they only affect x86. |
And also for |
Sure, fine. I am reading the whole thing again. |
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.
Still looks good.
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.
Re-approve.
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.
Still looks good to me.
|
/integrate |
|
Going to push as commit 79345bb.
Your commit was automatically rebased without conflicts. |
This is the implementation of JEP 479: Remove the Windows 32-bit x86 Port.
This is the summary of JEP 479:
Progress
Issues
Reviewers
Reviewers without OpenJDK IDs
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/21744/head:pull/21744$ git checkout pull/21744Update a local copy of the PR:
$ git checkout pull/21744$ git pull https://git.openjdk.org/jdk.git pull/21744/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 21744View PR using the GUI difftool:
$ git pr show -t 21744Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/21744.diff
Using Webrev
Link to Webrev Comment