On Tue, 1 Sep 2026 14:45:07 GMT, Matthias Baesken <[email protected]> wrote:
>> src/java.desktop/windows/native/libawt/java2d/d3d/D3DPipelineManager.cpp
>> line 408:
>>
>>> 406: } else {
>>> 407: J2dRlsTrace(J2D_TRACE_INFO, "OS_WINSERV_2008R2
>>> or newer\n");
>>> 408: // this detects also 2012 (R2)
>>
>> Not really "all newer" so that comment needs adjusting.
>> really 2008R2 -> 2012 .. maybe name it OS_WINSERVER_2008R2_OR_2012
>
> OS_WINSERVER_2008R2_OR_2012 might not be ideal because the check covers too
> Windows Server 2012 R2 (Version 6.3).
> Maybe use OS_WINSERVER_2008R2_2012_OR_2012R2 ?
getting a bit long but if that's what we need, OK
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/32011#discussion_r3907041425