RFR: 8340387: Update OS detection code to recognize Windows Server 2025
Matthias Baesken
mbaesken at openjdk.org
Thu Sep 19 07:46:04 UTC 2024
Windows Server 2025 will be releases in a few months.
The OS detection code of the JVM/JDK should recognize the new Windows server 2025 version.
(currently Windows server 2022 is printed , that is wrong)
The build numbers of some recent previews documented here
https://learn.microsoft.com/en-us/windows-server/get-started/whats-new-windows-server-2025
are 26080 and 26085 (final release version will most likely be a bit higher).
-------------
Commit messages:
- JDK-8340387
Changes: https://git.openjdk.org/jdk/pull/21082/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21082&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8340387
Stats: 11 lines in 2 files changed: 8 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/21082.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21082/head:pull/21082
PR: https://git.openjdk.org/jdk/pull/21082
More information about the core-libs-dev
mailing list