8292352: 32-bit Windows build failures after JDK-8290059#9875
8292352: 32-bit Windows build failures after JDK-8290059#9875shipilev wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back shade! A progress list of the required criteria for merging this PR into |
|
@shipilev To determine the appropriate audience for reviewing this pull request, one or more labels corresponding to different subsystems will normally be applied automatically. However, no automatic labelling rule matches the changes in this pull request. In order to have an "RFR" email sent to the correct mailing list, you will need to add one or more applicable labels manually using the /label pull request command. Applicable Labels
|
|
Ah, labels. Let's pretend this is the same as JDK-8290059. /label add core-libs |
|
@shipilev |
tstuefe
left a comment
There was a problem hiding this comment.
Looks good and trivial. This came up during the original PR discussion but we thought it would not be needed.
Cheers, Thomas
|
@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 32 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 |
|
All right, thanks! If there are no other suggestions/complaints, I am going to integrate it. |
|
/integrate |
|
Going to push as commit e81210f.
Your commit was automatically rebased without conflicts. |
The affected file was added by JDK-8290059, and the code that fails the compilation is under
#ifdef _WIN32, and it only (?) gets compiled for tests. Looks like we really need the "WINAPI" macro in the definition, so that we match the stdcall. See the example declaration in the docs.Attn @JornVernee.
Additional testing:
java/foreigntests now passjava/foreigntests still passProgress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/9875/head:pull/9875$ git checkout pull/9875Update a local copy of the PR:
$ git checkout pull/9875$ git pull https://git.openjdk.org/jdk pull/9875/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 9875View PR using the GUI difftool:
$ git pr show -t 9875Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/9875.diff