On Fri, 3 Jul 2026 12:42:53 GMT, Matthias Baesken <[email protected]> wrote:

>> Cool, then you could also remove IS_WIN8 since its always true
>
> @prrace , @aivanov-jdk should I remove the IS_WIN8 related macro + coding as 
> well ?

I think it can be removed too. Although perhaps under yet-another bug id ??

Also I noticed next to the definition of IS_WIN8 
#define IS_WINVER_ATLEAST(maj, min) \

That macro might still be useful .. although the only usage of it can go.

windows/native/libawt/java2d/d3d/D3DPipelineManager.cpp -
    // require Windows XP or newer client-class OS
    if (IS_WINVER_ATLEAST(5, 1) &&

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

PR Review Comment: https://git.openjdk.org/jdk/pull/31762#discussion_r3546940444

Reply via email to