-
Notifications
You must be signed in to change notification settings - Fork 232
8324184: Windows VS2010 build failed with "error C2275: 'int64_t'" #2136
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 andrew! A progress list of the required criteria for merging this PR into |
|
|
|
@gnu-andrew I think you need to use |
Thanks. Not sure I've seen that more detailed page before. |
|
|
|
Hmm, not sure why it's not working. |
|
It may be easier just to file a new bug. Then the backport records would also be visible for 8u & 11u. |
|
+1 |
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.
Seems fine.
|
|
|
/approval request Additional change from the January security update which fixes new code introduced by a security patch to compile on older C compilers that require declarations to precede statements in a block. Patch applies clean and it is preferable to keep this code consistent across all supported JDKs. |
|
@gnu-andrew |
|
@gnu-andrew 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 15 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 |
|
Thanks Severin. |
|
Going to push as commit 4f80edf.
Your commit was automatically rebased without conflicts. |
|
@gnu-andrew Pushed as commit 4f80edf. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Hi all,
This pull request contains a backport of commit 4d078930 from the openjdk/jdk21u repository.
The commit being backported was authored by Coleen Phillimore on 2 Oct 2023 and had no reviewers.
The backport is primarily for 8u, where the VS2010 build seems to be broken because of the placing of the declarations of
low,highandindexin JDK-8314295; see https://github.com/gnu-andrew/jdk8u-dev/actions/runs/7549766959/job/20554342418. This is fixed by this private bug fix, JDK-8317331:Solaris build failed with "declaration can not follow a statement (E_DECLARATION_IN_CODE)". However, it makes sense to have the code in sync everywhere and this change is already in 21u: openjdk/jdk21u@4d07893I don't know if the new approval commands will work with a private bug. I guess we will see.It didn't, so we created a new bug.Backport was clean and built fine on GNU/Linux with GCC 12.
Thanks!
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk17u-dev.git pull/2136/head:pull/2136$ git checkout pull/2136Update a local copy of the PR:
$ git checkout pull/2136$ git pull https://git.openjdk.org/jdk17u-dev.git pull/2136/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2136View PR using the GUI difftool:
$ git pr show -t 2136Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk17u-dev/pull/2136.diff
Webrev
Link to Webrev Comment