At some places in the coding we still check for VER_PLATFORM_WIN32_NT, but this should be obsolete. All Windows versions from at least Windows XP fall in this category https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-osversioninfoa
There is another usage in java.base (java.base/windows/native/libjava/java_props_md.c), I can handle this here or do the java.base adjustment in another PR. --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - JDK-8388842 Changes: https://git.openjdk.org/jdk/pull/32037/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=32037&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8388842 Stats: 53 lines in 1 file changed: 18 ins; 30 del; 5 mod Patch: https://git.openjdk.org/jdk/pull/32037.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32037/head:pull/32037 PR: https://git.openjdk.org/jdk/pull/32037
