-
Notifications
You must be signed in to change notification settings - Fork 171
8278138: OpenJDK8 fails to start on Windows 8.1 after upgrading compiler to VS2017 #25
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 ktakakuri! A progress list of the required criteria for merging this PR into |
Webrevs
|
|
Could anyone review the fix please? |
|
Could someone please review this pull request? |
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.
Hi,
Thank you for looking into this.
I've found that only copying the api-ms-* DLLs isn't sufficient. You also need to copy ucrtbase.dll among others. Instead of relying on the name, you can simply add all files from the the redistributable UCRT directory, in the same manner as in CopyFiles.gmk.
Co-authored-by: Joakim Nordström <joakim.nordstrom@oracle.com>
Thank you for your review. |
|
@jaokim |
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.
Changes looks good to me!
|
@ktakakuri This change now passes all automated pre-integration checks. 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 42 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. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@erikj79) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
/integrate |
|
@ktakakuri |
|
@erikj79 |
|
This needs to be approved according to https://wiki.openjdk.java.net/display/jdk8u/Main#Main-FixApprovals |
|
@ktakakuri The issue this is referencing is resolved. I'm guessing it got resolved with a push to Oracle's JDK 8 fork. The commit for this isn't public so we need to do the SKARA trick to mention the backport bug like so: |
|
Also, please enable PR checks. Perhaps a merge from master would do that. |
|
@ktakakuri Once this is being recognized as a backport I'll sponsor it for you. |
|
This backport pull request has now been updated with the original issue, but not the original commit. If you have the original commit hash, please update the pull request title with |
|
/sponsor |
|
Going to push as commit 6b94b65.
Your commit was automatically rebased without conflicts. |
|
@jerboaa @ktakakuri Pushed as commit 6b94b65. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Could you please review the 8278138 bug fixes?
This problem is caused by missing DLL's which vcruntime140.dll depends on.
I think it is needed to copy the missing DLL's into jdk/bin as like jdk/jre/bin.
I fix to copy api-ms-win-*.dll files to jdk/bin when images directory is created.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk8u-dev pull/25/head:pull/25$ git checkout pull/25Update a local copy of the PR:
$ git checkout pull/25$ git pull https://git.openjdk.java.net/jdk8u-dev pull/25/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 25View PR using the GUI difftool:
$ git pr show -t 25Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk8u-dev/pull/25.diff