[jdk8u-dev] RFR: 8278138: OpenJDK8 fails to start on Windows 8.1 after upgrading compiler to VS2017 [v2]

ktakakuri duke at openjdk.java.net
Mon Apr 18 14:12:44 UTC 2022


On Mon, 11 Apr 2022 19:20:54 GMT, Joakim Nordström <jnordstrom at openjdk.org> wrote:

>> ktakakuri has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update jdk/make/Images.gmk
>>   
>>   Co-authored-by: Joakim Nordström <joakim.nordstrom at oracle.com>
>
> 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.](https://github.com/openjdk/jdk8u-dev/blob/master/jdk/make/CopyFiles.gmk#L250)

@jaokim 
I have committed your fix.
Could you please review it again?

-------------

PR: https://git.openjdk.java.net/jdk8u-dev/pull/25


More information about the jdk8u-dev mailing list