[jdk8u-dev] Integrated: 8282345: handle latest VS2022 in abstract_vm_version
Alexander Scherbatiy
alexsch at openjdk.org
Thu Apr 20 12:45:50 UTC 2023
On Mon, 10 Apr 2023 18:05:29 GMT, Alexander Scherbatiy <alexsch at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 0e018191
Author: Alexander Scherbatiy <alexsch at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/0e018191eb40beedfd8bdf70e6f1854e733dcb17
Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 mod
8282345: handle latest VS2022 in abstract_vm_version
Reviewed-by: sgehwolf
Backport-of: 1d9108f4f7d07e1be916bd0595ff4262c4e835c5
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/299
More information about the jdk8u-dev
mailing list