On Wed, 8 Jul 2026 20:08:33 GMT, Phil Race <[email protected]> wrote:

>> @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) &&

We'll probably do some D3D cleanup in a separate PR/issue, then we can remove 
this if we want to.

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

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

Reply via email to