RFR: 8352970: Remove unnecessary Windows version check in Win32ShellFolderManager2 [v2]
Daniel Gredler
dgredler at openjdk.org
Wed Mar 26 19:49:46 UTC 2025
> Win32ShellFolderManager2 contains a check as to whether the current Windows version is Windows 2000 or later. The current minimum supported version is Windows 10, so this is no longer needed.
>
> No test seems to currently exercise this code, and it's not easy to reliably test, but I've added a basic test that should surface any fundamental issues. The change is very simple, though.
Daniel Gredler has updated the pull request incrementally with one additional commit since the last revision:
Add 'Test' suffix to test class name, remove unused import
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/24256/files
- new: https://git.openjdk.org/jdk/pull/24256/files/e802646e..3409da27
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=24256&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=24256&range=00-01
Stats: 2 lines in 2 files changed: 0 ins; 1 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/24256.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24256/head:pull/24256
PR: https://git.openjdk.org/jdk/pull/24256
More information about the client-libs-dev
mailing list