On Thu, 7 Oct 2021 11:20:57 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> The OS detection code of the JDK/JVM should recognize the new Windows 11. For > details see : > > https://docs.microsoft.com/en-us/windows/release-health/windows11-release-information > OS build number is : 22000.194 for 21H2 (original release) > > Please review the following small patch ! > (patch comes originally from azeller (Arno Zeller) , I just added a comment > and did some testing) > > Thanks, Matthias This pull request has now been integrated. Changeset: 97ea9dd2 Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/97ea9dd2f24f9f1fb9b9345a4202a825ee28e014 Stats: 15 lines in 2 files changed: 13 ins; 0 del; 2 mod 8274840: Update OS detection code to recognize Windows 11 Co-authored-by: Arno Zeller <arno.zel...@sap.com> Reviewed-by: clanger, dholmes ------------- PR: https://git.openjdk.java.net/jdk/pull/5846