Integrated: 8308308: Update to Visual Studio 2022 version 17.5.0 on Windows
Kevin Rushforth
kcr at openjdk.org
Thu Jun 1 17:46:09 UTC 2023
On Sat, 20 May 2023 14:58:40 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> Update the compiler on Windows to Visual Studio 2022 17.5.0. This provides the needed C++20 support for the next WebKit update.
>
> On Windows, the existing WebKit 615.1 build fails with Visual Studio 2022 17.5.0 -- see [JDK-8303748](https://bugs.openjdk.org/browse/JDK-8303748). The solution for the failure is to compile 615.1 using the C++20 flag for Windows (we will use this flag on all platforms for the next WebKit update). The fix for that bug is necessarily included in this PR, since the two fixes as interdependent.
This pull request has now been integrated.
Changeset: 8fc1a256
Author: Kevin Rushforth <kcr at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/8fc1a256a90fa02bbf775317de3158c81e7b950d
Stats: 8 lines in 3 files changed: 4 ins; 0 del; 4 mod
8308308: Update to Visual Studio 2022 version 17.5.0 on Windows
8303748: WebKit build fails with Visual Studio 2022 17.5.0
Co-authored-by: Hima Bindu Meda <hmeda at openjdk.org>
Reviewed-by: arapte, sykora
-------------
PR: https://git.openjdk.org/jfx/pull/1142
More information about the openjfx-dev
mailing list