[jdk8u-dev] RFR: 8221988: add possibility to build with Visual Studio 2019 [v2]

Alexey Pavlyutkin duke at openjdk.java.net
Fri Apr 8 17:53:47 UTC 2022


On Fri, 8 Apr 2022 17:00:55 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

>> Alexey Pavlyutkin has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   rearrange valid VS versions
>
> common/autoconf/toolchain_windows.m4 line 28:
> 
>> 26: ################################################################################
>> 27: # The order of these defines the priority by which we try to find them.
>> 28: VALID_VS_VERSIONS="2013 2015 2012 2010 2017 2019"
> 
> Order should be: `2010 2012 2013 2015 2017 2019`

2017 (build) and 2019 (configuration). To me it's enough at this stage, the changes do not touch older toolkits, only define new 2019. Moreover it's a bit difficult to test for now, because 5-6 more backports required to enable VS2019, and few of them require complete regression. For now VS2019 build will fail immediately

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

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


More information about the jdk8u-dev mailing list