[jdk8u-dev] RFR: 8282345: handle latest VS2022 in abstract_vm_version [v2]
Alexander Scherbatiy
alexsch at openjdk.org
Wed Apr 12 14:40:32 UTC 2023
> This is a backport of the [JDK-8282345 handle latest VS2022 in abstract_vm_version](https://bugs.openjdk.org/browse/JDK-8282345) from jdk11u-dev repository.
>
> It is a parity fix for [JDK-8299000 handle latest VS2022 in abstract_vm_version](https://bugs.openjdk.org/browse/JDK-8299000) in Oracle 8u371
>
> There is only one conflict resolved with the copyright year.
> jdk11u-dev:
>
> - * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
> + * Copyright (c) 1998, 2022, Oracle and/or its affiliates. All rights reserved.
>
> jdk8u-dev:
>
> - * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
> + * Copyright (c) 1998, 2022, Oracle and/or its affiliates. All rights reserved.
>
>
> I would like to backport it as additional fix for the https://github.com/openjdk/jdk8u-dev/pull/295 `8276841: Add support for Visual Studio 2022`
>
> Both backports the current one and the `8276841` were built on Windows Server 2012 R2 with:
>
> * Toolchain: microsoft (Microsoft Visual Studio 2022 17.5.2 (devkit))
> * C Compiler: Version 19.31.31107 (at /cygdrive/c/cygwin64/VS2022-17.5.2-devkit/VC/bin/x64/cl)
> * C++ Compiler: Version 19.31.31107 (at /cygdrive/c/cygwin64/VS2022-17.5.2-devkit/VC/bin/x64/cl)
>
> and hotspot and compact3 tests were run. There were no failed tests comparing to the build without the fix.
Alexander Scherbatiy has updated the pull request incrementally with one additional commit since the last revision:
An empty commit to run GHA tests
-------------
Changes:
- all: https://git.openjdk.org/jdk8u-dev/pull/299/files
- new: https://git.openjdk.org/jdk8u-dev/pull/299/files/d9408dcb..d25fc0ec
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=299&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=299&range=00-01
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/299.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev.git pull/299/head:pull/299
PR: https://git.openjdk.org/jdk8u-dev/pull/299
More information about the jdk8u-dev
mailing list