On Wed, 26 Mar 2025 14:34:54 GMT, Daniel Gredler <dgred...@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. This pull request has now been integrated. Changeset: 3d2c3cd4 Author: Daniel Gredler <dgred...@openjdk.org> Committer: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/3d2c3cd40ebce901d09a2479c267342e04e6f79c Stats: 60 lines in 2 files changed: 57 ins; 1 del; 2 mod 8352970: Remove unnecessary Windows version check in Win32ShellFolderManager2 Reviewed-by: prr, serb ------------- PR: https://git.openjdk.org/jdk/pull/24256