RFR: 8352970: Remove unnecessary Windows version check in Win32ShellFolderManager2 [v2]

Sergey Bylokhov serb at openjdk.org
Fri Mar 28 02:40:08 UTC 2025


On Wed, 26 Mar 2025 19:49:46 GMT, Daniel Gredler <dgredler at openjdk.org> wrote:

>> 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

Marked as reviewed by serb (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/24256#pullrequestreview-2724105143


More information about the client-libs-dev mailing list