The IS_WIN2000 macro checks for Windows major version number >= 5, see https://github.com/search?q=repo%3Aopenjdk%2Fjdk%20IS_WIN2000&type=code but we run for a long time on much higher Windows versions as a minimum. So the check is obsolete.
--------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - JDK-8387298 Changes: https://git.openjdk.org/jdk/pull/31676/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31676&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8387298 Stats: 13 lines in 2 files changed: 0 ins; 6 del; 7 mod Patch: https://git.openjdk.org/jdk/pull/31676.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31676/head:pull/31676 PR: https://git.openjdk.org/jdk/pull/31676
