RFR: 8283723: Update Visual Studio 2022 to version 17.1.0 for Oracle builds on Windows
Mikael Vidstedt
mikael at openjdk.java.net
Sun Mar 27 05:19:07 UTC 2022
Oracle is updating the version of Visual Studio for building the JDK on Windows to Visual Studio 2022 17.1.0.
This change adds support for building devkits based on VS 2022. Instead of creating a new script file for that I decided to combine it with the logic in createWindowsDevkit2019.sh and rename the resulting file. I decided to dropped support for VS 2017 since that version is pretty old now, let me know if you'd prefer to see it kept around.
Testing: tier1-5 + additional testing.
-------------
Commit messages:
- Remove old devkit scripts
- Update doc/building.md
- 8283723: Update Visual Studio 2022 to version 17.1.0 for Oracle builds on Windows
Changes: https://git.openjdk.java.net/jdk/pull/7974/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7974&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8283723
Stats: 264 lines in 5 files changed: 29 ins; 225 del; 10 mod
Patch: https://git.openjdk.java.net/jdk/pull/7974.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7974/head:pull/7974
PR: https://git.openjdk.java.net/jdk/pull/7974
More information about the build-dev
mailing list