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

Alexey Pavlyutkin duke at openjdk.java.net
Thu May 12 05:30:59 UTC 2022


On Thu, 7 Apr 2022 19:03:44 GMT, Alexey Pavlyutkin <duke at openjdk.java.net> wrote:

> Hi!
> 
> Please review backport of 8221988. This one opens a bunch of backports enabling support of VS2019. **WARNING**: the patch DOES NOT enable the building with MSVS2019 toolkit, that requires 5-6 more backports. The patch ONLY adds recognition of MSVS2019 to the build system.
> 
> The 11u patch applied with the following changes:
> 
> - changes to absent documentation files skipped
> - resolved baseline conflicts toolchain_windows.m4
> - valid MSVS versions were ascending sorted
> 
> Verification: `bash configure` under VS2019 prompt.
> 
> Regression:
> 
> - VS2017 full build (both 64/32-bit): ok
> - VS2015 full build: ok (requires --with-extra-cflags='/EHsc /wd4091' --with-extra-cxxflags='/EHsc /wd4091')
> - VS2013 full build: ok
> - VS2012 full build: ok
> - VS2010 full build: ok
> 
> @RealCLanger @mdoerr if you take a look at this I will be very grateful

This pull request has now been integrated.

Changeset: 51f69d91
Author:    Alexey Pavlyutkin <apavlyutkin at azul.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk8u-dev/commit/51f69d9125e72adaf05fbd04a5ac17a9d2f6c6a0
Stats:     227 lines in 2 files changed: 223 ins; 0 del; 4 mod

8221988: add possibility to build with Visual Studio 2019

Reviewed-by: sgehwolf, andrew
Backport-of: f2240cc5b1f6e82c3d36551f36cd22916c1772bd

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

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


More information about the jdk8u-dev mailing list