On Wed, 1 Jul 2026 15:21:51 GMT, Daniel Gredler <[email protected]> wrote:
>> Matthias Baesken has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Do jabswitch.cpp change in another JBS issue > > src/jdk.accessibility/windows/native/jabswitch/jabswitch.cpp line 67: > >> 65: GetVersionEx( &osvi ); >> 66: >> 67: if ( osvi.dwMajorVersion == 5 ) // For Windows XP and Windows 2000 > > Note this is not >= 5, which means that technically Windows Vista and newer > are currently returning false... not sure if this was originally the intent > or not? I moved it out to another JBS issue. https://bugs.openjdk.org/browse/JDK-8387674 8387674: Remove isXP() function from from jdk.accessibility ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/31725#discussion_r3519278344
