[jdk13u-dev] Integrated: 8274840: Update OS detection code to recognize Windows 11

Olga Mikhaltsova omikhaltcova at openjdk.java.net
Thu Oct 21 07:14:11 UTC 2021


On Tue, 19 Oct 2021 18:08:43 GMT, Olga Mikhaltsova <omikhaltcova at openjdk.org> wrote:

> I'd like to backport JDK-8274840 to jdk13u for parity with jdk11u.
> The original patch applied cleanly.
> Tested with a simple test printing OS version on Windows 11 and 10:
> 
> public class Main {
>     public static void main(String[] args) {
>         System.out.println(System.getProperty("os.name"));
>     }
> }

This pull request has now been integrated.

Changeset: 479e5e0f
Author:    Olga Mikhaltsova <omikhaltcova at openjdk.org>
Committer: Yuri Nesterenko <yan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk13u-dev/commit/479e5e0fd88745bb6176e43445f878894909c8b6
Stats:     15 lines in 2 files changed: 13 ins; 0 del; 2 mod

8274840: Update OS detection code to recognize Windows 11

Backport-of: 97ea9dd2f24f9f1fb9b9345a4202a825ee28e014

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

PR: https://git.openjdk.java.net/jdk13u-dev/pull/274


More information about the jdk-updates-dev mailing list